Add bank/cw20 benchmarks to CI

This commit is contained in:
Ethan Frey
2021-10-08 21:37:32 +02:00
parent 6c23ff950d
commit 13aebec71d

View File

@@ -95,10 +95,15 @@ jobs:
keys: keys:
- go-mod-v1-{{ checksum "go.sum" }} - go-mod-v1-{{ checksum "go.sum" }}
- run: - run:
name: Run benchmarks name: Benchmarks for gas calculations
command: | command: |
cd ./x/wasm/keeper cd ./x/wasm/keeper
go test -bench . go test -bench .
- run:
name: Benchmarks to compare with native modules
command: |
cd ./benchmarks
go test -bench .
upload-coverage: upload-coverage:
executor: golang executor: golang