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:
- 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