aboutsummaryrefslogtreecommitdiff
path: root/test/sequential/test-performance.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-performance.js')
-rw-r--r--test/sequential/test-performance.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sequential/test-performance.js b/test/sequential/test-performance.js
index 770ca7bf64..037168dffb 100644
--- a/test/sequential/test-performance.js
+++ b/test/sequential/test-performance.js
@@ -102,7 +102,7 @@ assert(inited < 20000);
assert.strictEqual(entry.entryType, 'measure');
assert.strictEqual(entry.startTime, markA.startTime);
// TODO(jasnell): This comparison is too imprecise on some systems
- //assert.strictEqual(entry.duration.toPrecision(3),
+ // assert.strictEqual(entry.duration.toPrecision(3),
// (markB.startTime - markA.startTime).toPrecision(3));
});
}