Add bank/cw20 benchmarks to CI
This commit is contained in:
@@ -95,10 +95,15 @@ jobs:
|
||||
keys:
|
||||
- go-mod-v1-{{ checksum "go.sum" }}
|
||||
- run:
|
||||
name: Run benchmarks
|
||||
name: Benchmarks for gas calculations
|
||||
command: |
|
||||
cd ./x/wasm/keeper
|
||||
go test -bench .
|
||||
- run:
|
||||
name: Benchmarks to compare with native modules
|
||||
command: |
|
||||
cd ./benchmarks
|
||||
go test -bench .
|
||||
|
||||
upload-coverage:
|
||||
executor: golang
|
||||
|
||||
Reference in New Issue
Block a user