From 339136901d70e46db7a0098d01bf055f33479f7d Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Wed, 2 Feb 2022 14:47:46 +0800 Subject: [PATCH] Benchmark with features turned on. --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index df310705..98309937 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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: