Skip to content

Commit f9b4e0c

Browse files
committed
Benchmark with default features on CircleCI
1 parent 4f1cbda commit f9b4e0c

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)