Skip to content

Commit

Permalink
x: testing
Browse files Browse the repository at this point in the history
Signed-off-by: Iliya Savov <isavov@users.noreply.github.com>
  • Loading branch information
isavov committed Jun 3, 2024
1 parent d365dc2 commit 8218d5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gomu-gomu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
- name: Process results
run: |
set -v -x +e
ls -lah
cd ../gomu-gomu-no-gatling
ls -lah
#### Extract TPS, UOPS, Extrinsics and Steps from the report ####
jq '
.benches[] |= (.name as $benchName | .metrics[] |= (.name = .name + " ("+ $benchName + ")")) # Append benchmark name to each metric name
Expand Down

0 comments on commit 8218d5d

Please sign in to comment.