Skip to content

Commit

Permalink
Revert "Test the hasher for performance regression"
Browse files Browse the repository at this point in the history
This reverts commit d98e64f.
  • Loading branch information
nazarhussain committed Jan 14, 2025
1 parent d98e64f commit 7498a29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:browsers": "lerna run test:browsers",
"test": "lerna run test",
"benchmark:files": "NODE_OPTIONS='--max_old_space_size=4096 --loader=ts-node/esm' benchmark --config .benchrc.yaml",
"benchmark": "yarn benchmark:files 'packages/ssz/test/perf/byType/listComposite.test.ts'",
"benchmark": "yarn benchmark:files 'packages/*/test/perf/**/*.test.ts'",
"benchmark:local": "yarn benchmark --local",
"check-readme": "lerna run check-readme"
},
Expand Down
4 changes: 0 additions & 4 deletions packages/ssz/test/perf/byType/listComposite.test.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import {describe, bench} from "@chainsafe/benchmark";
import {hasher} from "@chainsafe/persistent-merkle-tree";
import {ContainerNodeStructType, ContainerType, ListCompositeType, UintNumberType} from "../../../src/index.js";

console.log("%%%%%%%%%%%%%% INSIDE TEST FILE %%%%%%%%%%%%%%");
console.log(hasher);

const byteType = new UintNumberType(1);

describe("ListCompositeType types", () => {
Expand Down

0 comments on commit 7498a29

Please sign in to comment.