1
1
kopia lustrzana https://github.com/henrydcase/pqc.git synced 2024-11-22 07:35:38 +00:00
This commit is contained in:
Henry Case 2021-07-03 00:24:16 +01:00
rodzic be031f2001
commit 7d320b0765

Wyświetl plik

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