Closed haberdashPI closed 1 year ago
Merging #28 (0de33e7) into main (ebb9289) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #28 +/- ##
=======================================
Coverage 97.26% 97.26%
=======================================
Files 1 1
Lines 146 146
=======================================
Hits 142 142
Misses 4 4
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Establishes some initial benchmarks for
stable_hash
speeds. It compares calls of the formsha256(data)
tostable_hash(data, alg=sha256)
.Results run on my local machine shown here:
You can find a much faster version of the code in the
dfl/optimize-1
branch, which I plan to break into a series of more digestable PRs.