mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 07:35:38 +00:00
WIP
This commit is contained in:
parent
be031f2001
commit
7d320b0765
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -103,7 +103,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd build && ./ut
|
cd build && ./ut
|
||||||
SPEED:
|
SPEED:
|
||||||
name: Continues Benchmarking
|
name: Continuous Benchmarking
|
||||||
runs-on: [ubuntu-20.04]
|
runs-on: [ubuntu-20.04]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
@ -117,7 +117,7 @@ jobs:
|
|||||||
make
|
make
|
||||||
- name: run benchmarks
|
- name: run benchmarks
|
||||||
run: |
|
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
|
- uses: rhysd/github-action-benchmark@v1
|
||||||
with:
|
with:
|
||||||
tool: 'googlecpp'
|
tool: 'googlecpp'
|
||||||
|
Loading…
Reference in New Issue
Block a user