Skip to content

Commit

Permalink
Merge branch 'package-marker' of https://github.com/candy-lang/candy
Browse files Browse the repository at this point in the history
…into package-marker
  • Loading branch information
MarcelGarus committed Apr 20, 2023
2 parents d5d875b + 7187ce8 commit 2708db2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/compiler.yaml
Expand Up @@ -134,4 +134,6 @@ jobs:
comment-always: ${{ github.secret_source == 'Actions' || github.secret_source == 'Dependabot' }}
comment-on-alert: ${{ github.secret_source == 'Actions' || github.secret_source == 'Dependabot' }}
alert-threshold: 150%
fail-on-alert: true
# Benchmarks running on GitHub Actions have a high variance, making
# this unreliable.
fail-on-alert: false

2 comments on commit 2708db2

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on 2708db2 Apr 20, 2023

Choose a reason for hiding this comment

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

Compiler

Benchmark suite Current: 2708db2 Previous: 69e44f8 Ratio
Time: Compiler/hello_world 1520600 ns/iter (± 3042) 19940474 ns/iter (± 263151) 0.07625696360076496
Time: Compiler/fibonacci 643418801 ns/iter (± 2454359) 181230857 ns/iter (± 766807) 3.55
Time: VM Runtime/hello_world 72037 ns/iter (± 2196) 18065919 ns/iter (± 369844) 0.0039874528386848185
Time: VM Runtime/fibonacci/15 209433029 ns/iter (± 632214) 199843679 ns/iter (± 4988324) 1.05

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

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on 2708db2 Apr 20, 2023

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

Benchmark suite Current: 2708db2 Previous: 69e44f8 Ratio
Time: Compiler/fibonacci 643418801 ns/iter (± 2454359) 181230857 ns/iter (± 766807) 3.55

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

Please sign in to comment.