Skip to content

Commit

Permalink
Update the hasher for benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 15, 2025
1 parent 9729005 commit fee8818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setHasher.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Set the hasher to hashtree
// Used to run benchmarks with with visibility into hashtree performance, useful for Lodestar
import {setHasher} from "@chainsafe/persistent-merkle-tree/lib/hasher/index.js";
import {hasher} from "@chainsafe/persistent-merkle-tree/lib/hasher/hashtree.js";
import {setHasher} from "@chainsafe/persistent-merkle-tree/lib/cjs/hasher/index.js";
import {hasher} from "@chainsafe/persistent-merkle-tree/lib/cjs/hasher/hashtree.js";
setHasher(hasher);

export {};

0 comments on commit fee8818

Please sign in to comment.