mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
Add initial contract macro benchmarks (#9600)
* 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>
This commit is contained in:
committed by
GitHub
parent
61941f2806
commit
13f3e25ebb
@@ -0,0 +1,9 @@
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user