Add bank/cw20 benchmarks to CI
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user