-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation and deprecate to_bigint and to_biguint (#757)
* Add docu comment and deprecate * Fix broken compilation * Clean warnings * Run cargo fmt * Fix docu error --------- Co-authored-by: Juanma <juanma@Juanmas-MacBook-Air.local>
- Loading branch information
Showing
9 changed files
with
89 additions
and
0 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
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
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
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
Oops, something went wrong.
2410f6b
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
.cairo_run(cairo_programs/benchmarks/compare_arrays_200000.json
968041705
ns/iter (± 20800624
)681611281
ns/iter (± 5869070
)1.42
cairo_run(cairo_programs/benchmarks/factorial_multirun.json
379306237
ns/iter (± 9424159
)265607385
ns/iter (± 2372789
)1.43
cairo_run(cairo_programs/benchmarks/fibonacci_1000_multirun.json
176145368
ns/iter (± 4653705
)122077899
ns/iter (± 1011782
)1.44
cairo_run(cairo_programs/benchmarks/linear_search.json
125024345
ns/iter (± 4587126
)83224186
ns/iter (± 842111
)1.50
cairo_run(cairo_programs/benchmarks/memory_integration_benchmark.json
622686847
ns/iter (± 14222445
)436725693
ns/iter (± 1664998
)1.43
This comment was automatically generated by workflow using github-action-benchmark.
CC: @unbalancedparentheses