Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Nov 13, 2023
1 parent 2c3ee84 commit fa0825b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/src/bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const bench = async () => {
const ponderCold = await ponder();
const ponderHot = await ponder();

// console.log({ subgraphHot, subgraphCold, ponderHot, ponderCold });
console.log({ ponderHot, ponderCold });
};

await bench();

0 comments on commit fa0825b

Please sign in to comment.