Skip to content

Commit

Permalink
chore: bump dependency versions (#1309)
Browse files Browse the repository at this point in the history
* Bump dependencies

* Update changelog

---------

Co-authored-by: Pedro Fontana <fontana.pedro93@gmail.com>
  • Loading branch information
MegaRedHand and pefontana committed Jul 4, 2023
1 parent cd6adae commit d8aa124
Show file tree
Hide file tree
Showing 7 changed files with 208 additions and 211 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,10 +2,13 @@

#### Upcoming Changes

* chore: update dependencies, particularly clap 3.2 -> 4.3
* this removes dependency on _atty_, that's no longer mantained

* chore: remove unused dependencies [#1307](https://github.com/lambdaclass/cairo-vm/pull/1307)
* rand_core
* serde_bytes
* rusty-hook (*dev-dependency*)
* rusty-hook (_dev-dependency_)

* chore: bump `cairo-lang-starknet` and `cairo-lang-casm` dependencies to 2.0.0 [#1313](https://github.com/lambdaclass/cairo-vm/pull/1313)

Expand Down

1 comment on commit d8aa124

@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: d8aa124 Previous: cd6adae Ratio
add_u64_with_felt/1 4 ns/iter (± 0) 2 ns/iter (± 0) 2
add_u64_with_felt/2 4 ns/iter (± 0) 2 ns/iter (± 0) 2
add_u64_with_felt/3 2 ns/iter (± 0) 0 ns/iter (± 0) Infinity
add_u64_with_felt/4 2 ns/iter (± 0) 0 ns/iter (± 0) Infinity
add_u64_with_felt/5 2 ns/iter (± 0) 1 ns/iter (± 0) 2
add_u64_with_felt/6 5 ns/iter (± 0) 2 ns/iter (± 0) 2.50
add_u64_with_felt/7 5 ns/iter (± 0) 2 ns/iter (± 0) 2.50
add_u64_with_felt/8 4 ns/iter (± 0) 1 ns/iter (± 0) 4
parse program 23877639 ns/iter (± 75162) 18050338 ns/iter (± 765654) 1.32

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

CC: @unbalancedparentheses

Please sign in to comment.