Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Jan 25, 2023
1 parent 20ecbe2 commit 8d23b82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cairo_programs/bad_programs/error_msg_function.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ func test_error_message() {
return ();
}


func main() {
test_error_message();
return();
Expand Down

1 comment on commit 8d23b82

@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: 8d23b82 Previous: 6807886 Ratio
cairo_run(cairo_programs/benchmarks/compare_arrays_200000.json 930039428 ns/iter (± 18783687) 695568551 ns/iter (± 14445413) 1.34
cairo_run(cairo_programs/benchmarks/factorial_multirun.json 360451620 ns/iter (± 8967707) 271582473 ns/iter (± 7779582) 1.33
cairo_run(cairo_programs/benchmarks/integration_builtins.json 548813745 ns/iter (± 13797404) 401601735 ns/iter (± 7067063) 1.37
cairo_run(cairo_programs/benchmarks/linear_search.json 117316972 ns/iter (± 5450537) 86492486 ns/iter (± 1414095) 1.36
cairo_run(cairo_programs/benchmarks/keccak_integration_benchmark.json 1713571600 ns/iter (± 29817276) 1265602932 ns/iter (± 21826490) 1.35
cairo_run(cairo_programs/benchmarks/secp_integration_benchmark.json 1995533863 ns/iter (± 41831647) 1406273719 ns/iter (± 14615489) 1.42
cairo_run(cairo_programs/benchmarks/blake2s_integration_benchmark.json 1589045305 ns/iter (± 28250032) 1117106179 ns/iter (± 15541531) 1.42
cairo_run(cairo_programs/benchmarks/dict_integration_benchmark.json 1113411632 ns/iter (± 20276066) 814148531 ns/iter (± 14659143) 1.37
cairo_run(cairo_programs/benchmarks/math_integration_benchmark.json 542991546 ns/iter (± 14307078) 405330751 ns/iter (± 13125060) 1.34
cairo_run(cairo_programs/benchmarks/memory_integration_benchmark.json 598089701 ns/iter (± 17343298) 445998732 ns/iter (± 10801566) 1.34
cairo_run(cairo_programs/benchmarks/math_cmp_and_pow_integration_benchmark.json 24761839 ns/iter (± 1412885) 18316009 ns/iter (± 227718) 1.35
cairo_run(cairo_programs/benchmarks/operations_with_data_structures_benchmarks.json 2420142194 ns/iter (± 48455359) 1742844913 ns/iter (± 31782473) 1.39
cairo_run(cairo_programs/benchmarks/uint256_integration_benchmark.json 1644017118 ns/iter (± 34310354) 1175085616 ns/iter (± 17705744) 1.40

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

CC: @unbalancedparentheses

Please sign in to comment.