Skip to content

Commit

Permalink
stringify
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Nov 13, 2023
1 parent 477a5c5 commit a711978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/src/subgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const waitForSyncComplete = async () => {
console.log(
`Latest synced block number: ${latestSyncedBlockNumber}/${END_BLOCK}`,
);
console.log(await fetchSubgraphMetrics());
console.log(JSON.stringify(await fetchSubgraphMetrics()));

if (latestSyncedBlockNumber >= END_BLOCK) {
duration = endClock();
Expand Down

0 comments on commit a711978

Please sign in to comment.