mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 15:39:07 +00:00
wip
This commit is contained in:
parent
de6c33f6a4
commit
be031f2001
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -109,10 +109,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: rhysd/github-action-benchmark@v1
|
|
||||||
with:
|
|
||||||
tool: 'googlecpp'
|
|
||||||
output-file-path: benchmark_result.json
|
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
@ -121,4 +117,8 @@ jobs:
|
|||||||
make
|
make
|
||||||
- name: run benchmarks
|
- name: run benchmarks
|
||||||
run: |
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user