Open dependabot[bot] opened 3 months ago
Valgrind Results:
==6592== Cachegrind, a cache and branch-prediction profiler
==6592== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6592== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6592== Command: target/release/snailtracer
==6592==
--6592-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.812779426s
==6592==
==6592== I refs: 427,740,029
==6592== I1 misses: 3,142
==6592== LLi misses: 2,828
==6592== I1 miss rate: 0.00%
==6592== LLi miss rate: 0.00%
==6592==
==6592== D refs: 204,084,161 (132,274,773 rd + 71,809,388 wr)
==6592== D1 misses: 340,828 ( 200,868 rd + 139,960 wr)
==6592== LLd misses: 137,640 ( 4,348 rd + 133,292 wr)
==6592== D1 miss rate: 0.2% ( 0.2% + 0.2% )
==6592== LLd miss rate: 0.1% ( 0.0% + 0.2% )
==6592==
==6592== LL refs: 343,970 ( 204,010 rd + 139,960 wr)
==6592== LL misses: 140,468 ( 7,176 rd + 133,292 wr)
==6592== LL miss rate: 0.0% ( 0.0% + 0.2% )
Bumps blst from 0.3.12 to 0.3.13.
Release notes
Sourced from blst's releases.
Commits
52cc60d
bindings/rust/Cargo.toml: bump the version number.8187b31
bindings/go: add AggregateWithRandomness().1403e4d
bindings/rust/src/lib.rs: add aggregate_with_randomness().1a89355
bindings/go: parallelize MSM for N<32.e4be9e6
bindings/rust/src/pippenger.rs: parallelize MSM for N<32.18ebd2d
bindings/go/blst.go: deduplicate numThreads calculations.05e9841
bindings/go/blst_px.tgo: add multi-point validate.6ae8d0e
bindings/rust: add validate method to MultiPoint trait.8e55ebf
bindings/rust/src/lib.rs: fix the test with limited stack size.104ad64
bindings/rust/src/lib.rs: relay MultiPoint for [Signature] and [PublicKey]You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show