From 5d03c15fe4a030b1c8eca7fd38f7345f390acf6d Mon Sep 17 00:00:00 2001 From: raychu86 <14917648+raychu86@users.noreply.github.com> Date: Thu, 2 May 2024 19:01:59 -0400 Subject: [PATCH] Update benchmark directory --- .github/workflows/benchmarks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 3fa5727be5..51dfc816f5 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -81,9 +81,9 @@ jobs: cargo bench --bench transaction -- --output-format bencher | tee -a ../output.txt cd .. - - name: Benchmark ledger/coinbase + - name: Benchmark ledger/puzzle run: | - cd ledger/coinbase + cd ledger/puzzle cargo bench --bench puzzle --features "setup" -- --output-format bencher | tee -a ../../output.txt cd ../..