Skip to content

Commit

Permalink
Update the sethasher loging
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 16, 2025
1 parent 7989235 commit cfc0721
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setHasher.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {hasher} from "@chainsafe/persistent-merkle-tree/lib/cjs/hasher/hashtree.
setHasher(hasher);

beforeEach(() => {
console.log("-----------------------------------");
const memory = process.memoryUsage();
console.log(
`HT: ${(memory.heapTotal / 1024 / 1024).toFixed(2)}MB, HU: ${(
Expand Down

0 comments on commit cfc0721

Please sign in to comment.