diff --git a/benchmarks/src/subgraph.ts b/benchmarks/src/subgraph.ts index 6944fabe7..3acec7f31 100644 --- a/benchmarks/src/subgraph.ts +++ b/benchmarks/src/subgraph.ts @@ -83,9 +83,9 @@ const waitForSyncComplete = async () => { `Latest synced block number: ${latestSyncedBlockNumber}/${END_BLOCK}`, ); - // for (const m of await fetchSubgraphMetrics()) { - // console.log(JSON.stringify(m)); - // } + for (const m of await fetchSubgraphMetrics()) { + if (m["name"] === "deployment_head") console.log(JSON.stringify(m)); + } if (latestSyncedBlockNumber >= END_BLOCK) { duration = endClock();