-
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.
- Loading branch information
Showing
1 changed file
with
8 additions
and
10 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
a9e0051
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/linear_search.json)
117648237
ns/iter (± 3257904
)90466462
ns/iter (± 446225
)1.30
cairo_run(cairo_programs/benchmarks/secp_integration_benchmark.json)
2044716327
ns/iter (± 26831695
)1518159929
ns/iter (± 2752559
)1.35
cairo_run(cairo_programs/benchmarks/blake2s_integration_benchmark.json)
1641492380
ns/iter (± 24244837
)1233087060
ns/iter (± 2610574
)1.33
cairo_run(cairo_programs/benchmarks/dict_integration_benchmark.json)
1102654958
ns/iter (± 22050824
)839120883
ns/iter (± 2317066
)1.31
cairo_run(cairo_programs/benchmarks/operations_with_data_structures_benchmarks.json)
2408508565
ns/iter (± 42023005
)1810785028
ns/iter (± 18730341
)1.33
cairo_run(cairo_programs/benchmarks/uint256_integration_benchmark.json)
1626185893
ns/iter (± 26534145
)1222491940
ns/iter (± 3372193
)1.33
This comment was automatically generated by workflow using github-action-benchmark.
CC: @unbalancedparentheses