-
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.
Use Euclid to compute the inverse faster
- Loading branch information
Showing
1 changed file
with
21 additions
and
9 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
30c5148
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
1053561733
ns/iter (± 20511856
)790609706
ns/iter (± 2436773
)1.33
cairo_run(cairo_programs/benchmarks/factorial_multirun.json
401065109
ns/iter (± 8808496
)294588909
ns/iter (± 772258
)1.36
cairo_run(cairo_programs/benchmarks/fibonacci_1000_multirun.json
187633197
ns/iter (± 6736698
)141312551
ns/iter (± 525024
)1.33
cairo_run(cairo_programs/benchmarks/integration_builtins.json
623929994
ns/iter (± 13024627
)449138679
ns/iter (± 2451924
)1.39
cairo_run(cairo_programs/benchmarks/linear_search.json
136338014
ns/iter (± 4599561
)98859398
ns/iter (± 523922
)1.38
cairo_run(cairo_programs/benchmarks/keccak_integration_benchmark.json
1863077591
ns/iter (± 25610949
)1357866537
ns/iter (± 10453250
)1.37
cairo_run(cairo_programs/benchmarks/secp_integration_benchmark.json
2152658549
ns/iter (± 32753788
)1464468690
ns/iter (± 10117973
)1.47
cairo_run(cairo_programs/benchmarks/blake2s_integration_benchmark.json
1739351025
ns/iter (± 23163737
)1211152532
ns/iter (± 4911100
)1.44
cairo_run(cairo_programs/benchmarks/dict_integration_benchmark.json
1222290734
ns/iter (± 20350959
)894118025
ns/iter (± 4994588
)1.37
cairo_run(cairo_programs/benchmarks/memory_integration_benchmark.json
682827207
ns/iter (± 12018974
)506275425
ns/iter (± 1367378
)1.35
cairo_run(cairo_programs/benchmarks/math_cmp_and_pow_integration_benchmark.json
25636512
ns/iter (± 1391881
)19117731
ns/iter (± 79026
)1.34
cairo_run(cairo_programs/benchmarks/operations_with_data_structures_benchmarks.json
2721487324
ns/iter (± 26398078
)1894194711
ns/iter (± 19359441
)1.44
cairo_run(cairo_programs/benchmarks/uint256_integration_benchmark.json
1823291795
ns/iter (± 28265963
)1252863890
ns/iter (± 4869886
)1.46
This comment was automatically generated by workflow using github-action-benchmark.
CC: @unbalancedparentheses