diff --git a/benchmarks/src/subgraph.ts b/benchmarks/src/subgraph.ts index 567924145..2519f7c5c 100644 --- a/benchmarks/src/subgraph.ts +++ b/benchmarks/src/subgraph.ts @@ -82,6 +82,7 @@ const waitForSyncComplete = async () => { console.log( `Latest synced block number: ${latestSyncedBlockNumber}/${END_BLOCK}`, ); + console.log(await fetchSubgraphMetrics()); if (latestSyncedBlockNumber >= END_BLOCK) { duration = endClock();