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:
David Testé
2023-02-24 16:13:55 +01:00
committed by Quentin Bourgerie
parent 291019ba0f
commit 8575435b3e
3 changed files with 73 additions and 10 deletions

View File

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