Browse Source

WIP

kris/speed_cb
Henry Case 3 years ago
parent
commit
7d320b0765
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/main.yml

+ 2
- 2
.github/workflows/main.yml View File

@@ -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'


Loading…
Cancel
Save