Skip to content

Commit

Permalink
Update message explaining results\n
Browse files Browse the repository at this point in the history
  • Loading branch information
jlb6740 committed Sep 15, 2022
1 parent f6d7db9 commit 3c23b0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ jobs:
sed -i -z 's/\n/|\n/g' /tmp/results_cycles_summarized_sorted2.csv
sed -i '2 i\ |-|-|-|-|' /tmp/results_cycles_summarized_sorted2.csv
sed -i '/main/d' /tmp/results_cycles_summarized_sorted2.csv
sed -i '1 i\ Shows pct_change on x64 for patch if merged compared to head for main.\n \
Pct_change is based on clocktick event cycles where the benchmarks are run in Sightglass.\n \
A negative pct_change for example means clockticks would be expected to be reduced for the benchmark, \
sed -i '1 i\ Shows pct_change on x64 for patch if merged compared to head for main. \
Pct_change is based on clocktick event cycles where the benchmarks are run with Sightglass. \
A negative pct_change means clockticks are expected to be reduced for the benchmark, \
for that phase, and by that factor, if the patch were merged (i.e. negative is good).\n' /tmp/results_cycles_summarized_sorted2.csv
- name: Print Results
Expand Down

0 comments on commit 3c23b0b

Please sign in to comment.