Benchmark with features turned on.

This commit is contained in:
Stephen Chung 2022-02-02 14:47:46 +08:00
parent 4a80483749
commit 339136901d

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- run: rustup toolchain update nightly && rustup default nightly
- name: Run benchmark
run: cargo +nightly bench | tee output.txt
run: cargo +nightly bench --features decimal,metadata,serde,debugging | tee output.txt
- name: Store benchmark result
uses: rhysd/github-action-benchmark@v1
with: