Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Jan 24, 2023
1 parent 390ba6a commit ad7ea94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vm/runners/cairo_runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,8 @@ impl CairoRunner {
Ok(())
}

// Returns a map from builtin base's segment index to stop_ptr offset
// Aka the builtin's segment number and its maximum offset
pub fn get_builtin_segments_info(
&self,
vm: &VirtualMachine,
Expand Down

1 comment on commit ad7ea94

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: ad7ea94 Previous: d71037a Ratio
cairo_run(cairo_programs/benchmarks/integration_builtins.json 518740346 ns/iter (± 12458013) 396671700 ns/iter (± 2942873) 1.31
cairo_run(cairo_programs/benchmarks/keccak_integration_benchmark.json 1634284003 ns/iter (± 28423086) 1250344034 ns/iter (± 10088074) 1.31
cairo_run(cairo_programs/benchmarks/secp_integration_benchmark.json 1889038302 ns/iter (± 30728140) 1394524480 ns/iter (± 12449578) 1.35
cairo_run(cairo_programs/benchmarks/blake2s_integration_benchmark.json 1480551040 ns/iter (± 24568709) 1103091294 ns/iter (± 6961875) 1.34
cairo_run(cairo_programs/benchmarks/math_cmp_and_pow_integration_benchmark.json 23561291 ns/iter (± 1212026) 18118208 ns/iter (± 112533) 1.30
cairo_run(cairo_programs/benchmarks/operations_with_data_structures_benchmarks.json 2220293433 ns/iter (± 46793280) 1699171889 ns/iter (± 28395463) 1.31
cairo_run(cairo_programs/benchmarks/uint256_integration_benchmark.json 1533017870 ns/iter (± 22008111) 1152230233 ns/iter (± 4674146) 1.33

This comment was automatically generated by workflow using github-action-benchmark.

CC: @unbalancedparentheses

Please sign in to comment.