Skip to content

Commit

Permalink
fix: readme note on benchmarks (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC authored Oct 18, 2024
1 parent ef12373 commit 7214e31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ A fast, pythonic, Vyper smart contract testing and development framework.
[![license](https://img.shields.io/pypi/l/moccasin.svg)](https://pypi.python.org/pypi/moccasin)
[![python-versions](https://img.shields.io/pypi/pyversions/moccasin.svg)](https://pypi.python.org/pypi/moccasin)

> The smaller bar is better, it means it's faster
<p align="center">
<picture align="center">
<source media="(prefers-color-scheme: dark)" srcset="./docs/source/_static/stats-dark.png" width=70%>
<source media="(prefers-color-scheme: light)" srcset="./docs/source/_static/stats-light.png" width=70%>
<img alt="Shows a bar chart with benchmark results." src="./docs/source/_static/stats-default.png" width=70%>
</picture>
</p>

_You can see how we conducted these tests from the [benchmarking repo](https://github.com/PatrickAlphaC/benchmarking-frameworks)._

Fast to install, test, and run python commands on your smart contracts.
Expand Down

0 comments on commit 7214e31

Please sign in to comment.