We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f22fe9 commit 4dcb87eCopy full SHA for 4dcb87e
1 file changed
benchmarks/performance-observer-benchmark.js
@@ -48,7 +48,7 @@ class CustomTimer {
48
}
49
50
printResults () {
51
- console.log("\n⏱️ Custom Timer Results");
+ console.log("\n⏱️ Performance Results");
52
console.log("========================");
53
54
const results = Array.from(this.results.values());
0 commit comments