mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
chore(ci): compute operations throughput on benchmarks results
In addition to values currently parsed and sent to database, now throughput is also computed. This computation is done only on mean values. New results are: - operations per ms - operations per dollar spent which depends on the machine used to perform the benchmarks
This commit is contained in:
committed by
Quentin Bourgerie
parent
291019ba0f
commit
8575435b3e
3
.github/workflows/compiler_benchmark.yml
vendored
3
.github/workflows/compiler_benchmark.yml
vendored
@@ -121,7 +121,8 @@ jobs:
|
||||
--project-version ${COMMIT_HASH} \
|
||||
--branch ${{ github.ref_name }} \
|
||||
--commit-date ${COMMIT_DATE} \
|
||||
--bench-date "${{ env.BENCH_DATE }}"
|
||||
--bench-date "${{ env.BENCH_DATE }}" \
|
||||
--throughput
|
||||
|
||||
- name: Upload parsed results artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user