Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: cargo update #1500

Merged
merged 1 commit into from
Jun 8, 2024
Merged

chore: cargo update #1500

merged 1 commit into from
Jun 8, 2024

Conversation

rakita
Copy link
Member

@rakita rakita commented Jun 8, 2024

No description provided.

@rakita rakita merged commit 95f2436 into main Jun 8, 2024
24 checks passed
Copy link
Contributor

github-actions bot commented Jun 8, 2024

Valgrind Results:

==3756== Cachegrind, a cache and branch-prediction profiler
==3756== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3756== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3756== Command: target/release/snailtracer
==3756== 
--3756-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.880833328s
==3756== 
==3756== I   refs:      433,405,084
==3756== I1  misses:          3,088
==3756== LLi misses:          2,792
==3756== I1  miss rate:        0.00%
==3756== LLi miss rate:        0.00%
==3756== 
==3756== D   refs:      204,525,726  (132,519,634 rd   + 72,006,092 wr)
==3756== D1  misses:        341,403  (    201,618 rd   +    139,785 wr)
==3756== LLd misses:        137,817  (      4,328 rd   +    133,489 wr)
==3756== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3756== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3756== 
==3756== LL refs:           344,491  (    204,706 rd   +    139,785 wr)
==3756== LL misses:         140,609  (      7,120 rd   +    133,489 wr)
==3756== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@rakita
Copy link
Member Author

rakita commented Jun 8, 2024

cargo update added 2% more instructions.

@rakita
Copy link
Member Author

rakita commented Jun 8, 2024

List of updated libs:

    Updating crates.io index
    Updating git repository `https://github.com/alloy-rs/alloy.git`
    Updating addr2line v0.21.0 -> v0.22.0 (latest: v0.23.0)
    Updating alloy-primitives v0.7.4 -> v0.7.5
    Updating alloy-sol-macro v0.7.4 -> v0.7.5
    Updating alloy-sol-macro-expander v0.7.4 -> v0.7.5
    Updating alloy-sol-macro-input v0.7.4 -> v0.7.5
    Updating alloy-sol-types v0.7.4 -> v0.7.5
    Updating backtrace v0.3.71 -> v0.3.72
    Updating cc v1.0.98 -> v1.0.99
    Updating clap v4.5.4 -> v4.5.6
    Updating clap_builder v4.5.2 -> v4.5.6
    Updating clap_lex v0.7.0 -> v0.7.1
    Updating const-hex v1.11.4 -> v1.12.0
    Updating ethereum_ssz v0.5.3 -> v0.5.4
    Updating gimli v0.28.1 -> v0.29.0 (latest: v0.30.0)
    Removing heck v0.4.1
    Updating hyper v0.14.28 -> v0.14.29 (latest: v1.3.1)
    Updating hyper-util v0.1.3 -> v0.1.5
    Updating native-tls v0.2.11 -> v0.2.12
    Updating object v0.32.2 -> v0.35.0 (latest: v0.36.0)
    Updating proc-macro2 v1.0.83 -> v1.0.85
    Updating ruint v1.12.1 -> v1.12.3
    Updating ruint-macro v1.2.0 -> v1.2.1
    Updating strum_macros v0.26.2 -> v0.26.4
    Updating syn-solidity v0.7.4 -> v0.7.5
    Updating unicode-width v0.1.12 -> v0.1.13
    Updating zeroize v1.7.0 -> v1.8.1
    ```

@rakita rakita deleted the rakita/cargo_update branch June 10, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant