-
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 hint location logic to get_location
- Loading branch information
Showing
1 changed file
with
19 additions
and
12 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
bd6111a
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
2476056980
ns/iter (± 37468784
)1848653640
ns/iter (± 5687081
)1.34
cairo_run(cairo_programs/benchmarks/fibonacci_1000_multirun.json
432629089
ns/iter (± 11846862
)319181710
ns/iter (± 1257293
)1.36
cairo_run(cairo_programs/benchmarks/integration_builtins.json
1204998106
ns/iter (± 13780897
)910634823
ns/iter (± 6080610
)1.32
cairo_run(cairo_programs/benchmarks/linear_search.json
312631574
ns/iter (± 6827754
)236797734
ns/iter (± 2724952
)1.32
cairo_run(cairo_programs/benchmarks/keccak_integration_benchmark.json
3540104500
ns/iter (± 56464750
)2661232347
ns/iter (± 8956008
)1.33
cairo_run(cairo_programs/benchmarks/secp_integration_benchmark.json
3802590453
ns/iter (± 58791821
)2769141286
ns/iter (± 20915118
)1.37
cairo_run(cairo_programs/benchmarks/blake2s_integration_benchmark.json
3262303845
ns/iter (± 44681813
)2423622487
ns/iter (± 15868283
)1.35
cairo_run(cairo_programs/benchmarks/dict_integration_benchmark.json
2366923474
ns/iter (± 39705917
)1743359086
ns/iter (± 9797600
)1.36
cairo_run(cairo_programs/benchmarks/math_integration_benchmark.json
1229069074
ns/iter (± 18187773
)932492184
ns/iter (± 5744264
)1.32
cairo_run(cairo_programs/benchmarks/memory_integration_benchmark.json
1490273487
ns/iter (± 23623622
)1098971820
ns/iter (± 8313907
)1.36
cairo_run(cairo_programs/benchmarks/operations_with_data_structures_benchmarks.json
5093919734
ns/iter (± 79470922
)3772524127
ns/iter (± 22800354
)1.35
cairo_run(cairo_programs/benchmarks/uint256_integration_benchmark.json
3472240480
ns/iter (± 42426957
)2491213460
ns/iter (± 6794363
)1.39
cairo_run(cairo_programs/benchmarks/set_integration_benchmark.json
375931670
ns/iter (± 9129529
)270848584
ns/iter (± 569260
)1.39
This comment was automatically generated by workflow using github-action-benchmark.
CC: @unbalancedparentheses