-
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.
feat: Builder pattern for VirtualMachine (#820)
- Loading branch information
Showing
1 changed file
with
217 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
71e7140
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)
915580407
ns/iter (± 29298847
)679075211
ns/iter (± 4518942
)1.35
cairo_run(cairo_programs/benchmarks/factorial_multirun.json)
362886089
ns/iter (± 7906951
)262715534
ns/iter (± 751131
)1.38
cairo_run(cairo_programs/benchmarks/fibonacci_1000_multirun.json)
169002694
ns/iter (± 5061800
)122743185
ns/iter (± 506308
)1.38
cairo_run(cairo_programs/benchmarks/integration_builtins.json)
568048486
ns/iter (± 12310215
)404425906
ns/iter (± 3085464
)1.40
cairo_run(cairo_programs/benchmarks/linear_search.json)
112784748
ns/iter (± 3573876
)85174238
ns/iter (± 707366
)1.32
cairo_run(cairo_programs/benchmarks/keccak_integration_benchmark.json)
1788646291
ns/iter (± 45209626
)1275722268
ns/iter (± 7596995
)1.40
cairo_run(cairo_programs/benchmarks/secp_integration_benchmark.json)
2079687651
ns/iter (± 44415059
)1388857805
ns/iter (± 5092586
)1.50
cairo_run(cairo_programs/benchmarks/blake2s_integration_benchmark.json)
1620166255
ns/iter (± 44841011
)1119410296
ns/iter (± 5165122
)1.45
cairo_run(cairo_programs/benchmarks/dict_integration_benchmark.json)
1059970270
ns/iter (± 40622492
)791432561
ns/iter (± 3919292
)1.34
cairo_run(cairo_programs/benchmarks/math_integration_benchmark.json)
533005204
ns/iter (± 20954076
)398582202
ns/iter (± 1519462
)1.34
cairo_run(cairo_programs/benchmarks/operations_with_data_structures_benchmarks.json)
2396042184
ns/iter (± 69220520
)1707329950
ns/iter (± 11621990
)1.40
cairo_run(cairo_programs/benchmarks/uint256_integration_benchmark.json)
1610982793
ns/iter (± 70208602
)1141417850
ns/iter (± 7327105
)1.41
cairo_run(cairo_programs/benchmarks/set_integration_benchmark.json)
205146391
ns/iter (± 6480202
)149673105
ns/iter (± 825963
)1.37
This comment was automatically generated by workflow using github-action-benchmark.
CC: @unbalancedparentheses