-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
raycast: make degenerate warnings optional.
since they werent reliable anyhow also switch to 1.9 in project and ci
- Loading branch information
Showing
3 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
version: | ||
- '1.6' | ||
- '1.9' | ||
- 'nightly' | ||
os: | ||
- ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b7352d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Julia benchmark result
2/100
363002
ns368703
ns0.98
2/1000
4818277.5
ns3704629
ns1.30
3/100
1453559
ns1155710
ns1.26
3/1000
23453889
ns17058748
ns1.37
4/100
6285186
ns4754437
ns1.32
4/1000
152236069
ns113580391
ns1.34
5/100
31819542
ns20699776
ns1.54
5/1000
1148591136
ns823220794
ns1.40
This comment was automatically generated by workflow using github-action-benchmark.
b7352d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Julia benchmark result'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.20
.2/1000
4818277.5
ns3704629
ns1.30
3/100
1453559
ns1155710
ns1.26
3/1000
23453889
ns17058748
ns1.37
4/100
6285186
ns4754437
ns1.32
4/1000
152236069
ns113580391
ns1.34
5/100
31819542
ns20699776
ns1.54
5/1000
1148591136
ns823220794
ns1.40
This comment was automatically generated by workflow using github-action-benchmark.
CC: @axsk