-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
4 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
5c0ad0d
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/factorial_multirun.json)
263974229
ns/iter (± 1286989
)202752642
ns/iter (± 2357613
)1.30
cairo_run(cairo_programs/benchmarks/fibonacci_1000_multirun.json)
117023626
ns/iter (± 570825
)84679294
ns/iter (± 6118116
)1.38
cairo_run(cairo_programs/benchmarks/integration_builtins.json)
434420934
ns/iter (± 14943052
)325599297
ns/iter (± 5771110
)1.33
cairo_run(cairo_programs/benchmarks/linear_search.json)
90443749
ns/iter (± 510483
)66732134
ns/iter (± 458848
)1.36
cairo_run(cairo_programs/benchmarks/keccak_integration_benchmark.json)
1271257660
ns/iter (± 4323839
)942800313
ns/iter (± 2763701
)1.35
cairo_run(cairo_programs/benchmarks/secp_integration_benchmark.json)
1535346604
ns/iter (± 2641973
)1046330812
ns/iter (± 3168476
)1.47
cairo_run(cairo_programs/benchmarks/blake2s_integration_benchmark.json)
1231058188
ns/iter (± 2500716
)891741389
ns/iter (± 2957602
)1.38
cairo_run(cairo_programs/benchmarks/operations_with_data_structures_benchmarks.json)
1828453716
ns/iter (± 5913583
)1404886369
ns/iter (± 6438690
)1.30
This comment was automatically generated by workflow using github-action-benchmark.
CC: @unbalancedparentheses