From 7d320b0765201a260f84001924ec14c3f8a547fe Mon Sep 17 00:00:00 2001 From: Kris Kwiatkowski Date: Sat, 3 Jul 2021 00:24:16 +0100 Subject: [PATCH] WIP --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fd5a9a81..e3f33003 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -103,7 +103,7 @@ jobs: run: | cd build && ./ut SPEED: - name: Continues Benchmarking + name: Continuous Benchmarking runs-on: [ubuntu-20.04] steps: - uses: actions/checkout@v1 @@ -117,7 +117,7 @@ jobs: make - name: run benchmarks run: | - ./test/bench/bench --benchmark_format=json | tee benchmark_result.json + ./build/test/bench/bench --benchmark_format=json | tee benchmark_result.json - uses: rhysd/github-action-benchmark@v1 with: tool: 'googlecpp'