Skip to content

Commit

Permalink
chore: revert index.test.ts perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Apr 15, 2024
1 parent 432f30d commit 792e412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/as-sha256/test/perf/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import * as sha256 from "../../src";
// ✓ digest 50023 times 27.31207 ops/s 36.61385 ms/op x0.999 1624 runs 60.0 s
describe("digestTwoHashObjects vs digest64 vs digest", () => {
setBenchOpts({
minMs: 160000,
minMs: 60000,
});

const input = Buffer.from("gajindergajindergajindergajindergajindergajindergajindergajinder", "utf8");
Expand Down

0 comments on commit 792e412

Please sign in to comment.