mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
13f3e25ebb
* Add erc20 benchmarks * Fix typos Co-authored-by: Michael Müller <michi@parity.io> * Fix compilation issue on case sensitive fs Co-authored-by: Michael Müller <michi@parity.io>
10 lines
434 B
Markdown
10 lines
434 B
Markdown
# Benchmarks
|
|
|
|
This directory contains real world (ink!, solang) contracts which are used in macro benchmarks.
|
|
Those benchmarks are not used to determine weights but rather to compare different contract
|
|
languages and execution engines with larger wasm modules.
|
|
|
|
Files in this directory are used by `#[extra]` benchmarks in `src/benchmarking`. The json
|
|
files are for informational purposes only and are not consumed by the benchmarks.
|
|
|