diff --git a/dist/src/write.js b/dist/src/write.js index daf8aaf27..3214f23a3 100644 --- a/dist/src/write.js +++ b/dist/src/write.js @@ -457,11 +457,11 @@ async function writeSummary(bench, config) { header: true, }, { - data: `Current: "${bench.commit}"`, + data: `Current: "${bench.commit.id}"`, header: true, }, { - data: `Previous: "${prevBench.commit}"`, + data: `Previous: "${prevBench.commit.id}"`, header: true, }, {