Skip to content

Commit

Permalink
Merge pull request #2 from GaloisInc/benchmarking
Browse files Browse the repository at this point in the history
Benchmark regression
  • Loading branch information
jprider63 authored Aug 22, 2024
2 parents f54febb + 195b345 commit 6518edb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,5 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
# Push and deploy GitHub pages branch automatically
auto-push: true
alert-comment-cc-users: '@jprider63'
fail-on-alert: true
2 changes: 1 addition & 1 deletion tests/run-ci-benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cat << EOF
{
"name": "My Custom Smaller Is Better Benchmark - CPU Load",
"unit": "Seconds",
"value": 50
"value": 500
},
{
"name": "My Custom Smaller Is Better Benchmark - Memory Used",
Expand Down

1 comment on commit 6518edb

@github-actions
Copy link

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 'CN Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 6518edb Previous: f54febb Ratio
My Custom Smaller Is Better Benchmark - CPU Load 500 Seconds 50 Seconds 10

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

CC: @jprider63

Please sign in to comment.