Skip to content

Commit

Permalink
ci: fix GitHub workflow for recording benchmark results
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Hess <[email protected]>
  • Loading branch information
dhess committed Apr 8, 2024
1 parent 19dc9cd commit a9ce4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# our Cachix cache without kicking off any builds.
- name: Fetch Primer benchmark results
run: |
nix build -L .#benchmarks.x86_64-linux.primer-benchmark-results-github-action-benchmark
nix build -L .#packages.x86_64-linux.primer-benchmark-results-github-action-benchmark
- name: Publish results
uses: benchmark-action/[email protected]
Expand Down

1 comment on commit a9ce4ec

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Primer benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: a9ce4ec Previous: 15f8d37 Ratio
evalTestM/interp (has no logs)/mapEven 10: outlier variance 0.12399909536400919 outlier variance 0.01723607263773468 outlier variance 7.19
typecheck/mapOdd 1: outlier variance 0.24946919394453454 outlier variance 0.01408163265306116 outlier variance 17.72
typecheck/mapOddPrim 10: outlier variance 0.31920380971628587 outlier variance 0.015621063240111026 outlier variance 20.43
typecheck/mapOddPrim 100: outlier variance 0.14368448609594825 outlier variance 0.06737795997671232 outlier variance 2.13

This comment was automatically generated by workflow using github-action-benchmark.

CC: @dhess

Please sign in to comment.