We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e680ac9 commit 848f537Copy full SHA for 848f537
src/benchmark/format.ts
@@ -49,6 +49,7 @@ function getRatioRow(result: BenchmarkResult, prevResult: BenchmarkResult | null
49
if (ratio < 1 / threshold) {
50
return `\u001b[92m${str}\u001b[0m`; // green
51
}
52
+
53
return str;
54
55
0 commit comments