1
1
zrcadlo https://github.com/henrydcase/pqc.git synchronizováno 2024-11-22 07:35:38 +00:00
Tento commit je obsažen v:
Henry Case 2021-07-03 00:17:10 +01:00
rodič de6c33f6a4
revize be031f2001

10
.github/workflows/main.yml vendorováno
Zobrazit soubor

@ -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
./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