-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add issue creation functionality * Correct template body * Add bug lable to issue * Correct diff check path --------- Co-authored-by: Juanma <[email protected]>
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: WARNING crash found | ||
labels: bug | ||
--- | ||
Crash(es) reported by the fuzzer: | ||
```{{ env.CRASH_REPORT }}``` |
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
3876ae7
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.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.30
.add_u64_with_felt/6
4
ns/iter (± 0
)3
ns/iter (± 0
)1.33
add_u64_with_felt/7
4
ns/iter (± 0
)3
ns/iter (± 0
)1.33
add_u64_with_felt/8
4
ns/iter (± 0
)3
ns/iter (± 0
)1.33
This comment was automatically generated by workflow using github-action-benchmark.
CC: @unbalancedparentheses