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: