Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Jan 6, 2023
1 parent 2a687c0 commit c0f1ace
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cairo_run_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,6 @@ fn cairo_run_error_msg_attr_complex_reference() {
)
.err()
.unwrap();
println!("ERR: {}", err.to_string());
assert!(err.to_string().contains(r#" %{
^^
Cairo traceback (most recent call last):
Expand Down

1 comment on commit c0f1ace

@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: c0f1ace Previous: cdc9c04 Ratio
cairo_run(cairo_programs/benchmarks/compare_arrays_200000.json 1021524317 ns/iter (± 40764289) 776695199 ns/iter (± 2404975) 1.32
cairo_run(cairo_programs/benchmarks/factorial_multirun.json 382842624 ns/iter (± 14728456) 293233618 ns/iter (± 604310) 1.31
cairo_run(cairo_programs/benchmarks/integration_builtins.json 584615476 ns/iter (± 19632899) 443994968 ns/iter (± 1138816) 1.32
cairo_run(cairo_programs/benchmarks/secp_integration_benchmark.json 2022330668 ns/iter (± 69304455) 1448988895 ns/iter (± 2675146) 1.40
cairo_run(cairo_programs/benchmarks/blake2s_integration_benchmark.json 1632541575 ns/iter (± 54679111) 1203710496 ns/iter (± 5285346) 1.36
cairo_run(cairo_programs/benchmarks/operations_with_data_structures_benchmarks.json 2510693073 ns/iter (± 88797096) 1896593587 ns/iter (± 17573162) 1.32
cairo_run(cairo_programs/benchmarks/uint256_integration_benchmark.json 1729202867 ns/iter (± 54581017) 1257604994 ns/iter (± 4705812) 1.37

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

CC: @unbalancedparentheses

Please sign in to comment.