Skip to content

Commit

Permalink
Fix chanhgelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Jan 6, 2023
1 parent 5646d1b commit 2a687c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Add new error type `HintError` [#676](https://github.com/lambdaclass/cairo-rs/pull/676)
* Public Api changes:
* `HintProcessor::execute_hint()` now returns a `HintError` instead of a `VirtualMachineError`
* helper functions on `hint_processor_utils.rs` now return a `HintError`
* Helper functions on `hint_processor_utils.rs` now return a `HintError`

* Change the Dictionary used in dict hints to store MaybeRelocatable instead of BigInt [#687](https://github.com/lambdaclass/cairo-rs/pull/687)
* Public Api changes:
Expand Down

1 comment on commit 2a687c0

@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: 2a687c0 Previous: 6be6863 Ratio
cairo_run(cairo_programs/benchmarks/compare_arrays_200000.json 1022562870 ns/iter (± 4908740) 773577637 ns/iter (± 3409675) 1.32
cairo_run(cairo_programs/benchmarks/fibonacci_1000_multirun.json 183659121 ns/iter (± 666759) 137317691 ns/iter (± 388190) 1.34
cairo_run(cairo_programs/benchmarks/integration_builtins.json 575814486 ns/iter (± 4723874) 440369935 ns/iter (± 3547291) 1.31
cairo_run(cairo_programs/benchmarks/linear_search.json 128374457 ns/iter (± 1245545) 96664820 ns/iter (± 296732) 1.33
cairo_run(cairo_programs/benchmarks/secp_integration_benchmark.json 1910993117 ns/iter (± 12604633) 1446751002 ns/iter (± 5282426) 1.32
cairo_run(cairo_programs/benchmarks/memory_integration_benchmark.json 642822070 ns/iter (± 5807149) 494281713 ns/iter (± 7553240) 1.30

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

CC: @unbalancedparentheses

Please sign in to comment.