Skip to content

Commit 76896b9

Browse files
authored
Merge pull request #2052 from CosmWasm/aw/bench-with-default-features
Benchmark with default features on CircleCI
2 parents 4f1cbda + f9b4e0c commit 76896b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ jobs:
936936
- run:
937937
name: Run vm benchmarks (Singlepass)
938938
working_directory: ~/project/packages/vm
939-
command: cargo bench --no-default-features -- --color never --save-baseline singlepass
939+
command: cargo bench -- --color never --save-baseline singlepass
940940
- run:
941941
name: Run crypto benchmarks
942942
working_directory: ~/project/packages/crypto

0 commit comments

Comments
 (0)