diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 24a37827..fd5a9a81 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -109,10 +109,6 @@ jobs: - uses: actions/checkout@v1 with: submodules: true - - uses: rhysd/github-action-benchmark@v1 - with: - tool: 'googlecpp' - output-file-path: benchmark_result.json - name: build run: | mkdir -p build @@ -121,4 +117,8 @@ jobs: make - name: run benchmarks run: | - ./test/bench/bench --benchmark_format=json | tee benchmark_result.json \ No newline at end of file + ./test/bench/bench --benchmark_format=json | tee benchmark_result.json + - uses: rhysd/github-action-benchmark@v1 + with: + tool: 'googlecpp' + output-file-path: benchmark_result.json