Skip to content

Commit

Permalink
print metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Nov 13, 2023
1 parent cf3d521 commit 477a5c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/src/subgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 477a5c5

Please sign in to comment.