Skip to content

Commit

Permalink
REVERT ME
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed Jul 13, 2022
1 parent ceab594 commit 3ac8ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ jobs:
auto-push: true

# Show alert with commit comment on detecting possible performance regression
alert-threshold: '200%' # FIXME: After russel is set up, lower the threshold and set alert/comment to true
comment-on-alert: false
alert-threshold: '100%' # FIXME: After russel is set up, lower the threshold and set alert/comment to true
comment-on-alert: true
fail-on-alert: false

1 comment on commit 3ac8ecf

@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 'Lingua Franca C target Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.

Benchmark suite Current: 3ac8ecf Previous: bcacdfe Ratio
Logistic Map Series () 38.45025 ms 37.77283333333333 ms 1.02
A-Star Search () 30.441461538461542 ms 27.39930769230769 ms 1.11
NQueens first N solutions () 526.1371666666666 ms 524.7160833333332 ms 1.00
Concurrent Dictionary () 61.833666666666666 ms 55.432500000000005 ms 1.12
Producer Consumer (bounded) () 2150.804 ms 2056.6193333333326 ms 1.05
Concurrent Sorted Linked List () 8303.449999999999 ms 7335.84 ms 1.13
Fork Join (throughput) () 19.382416666666668 ms 16.769333333333332 ms 1.16
Counting Actor () 99.69466666666666 ms 86.81933333333332 ms 1.15
Trapezoidal Approximation () 1093.63475 ms 965.3803333333335 ms 1.13
Ping Pong () 122.88975 ms 110.39391666666667 ms 1.11
Recursive Matrix Multiplication () 1387.6864166666667 ms 1246.0364166666668 ms 1.11

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

Please sign in to comment.