Skip to content

Commit 588de26

Browse files
committed
Update readme
1 parent 9716a10 commit 588de26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ Test262 harness) because:
1515
* It pre-parses the Temporal polyfill into a
1616
[`vm.Script`](https://nodejs.org/api/vm.html#class-vmscript), instead of
1717
reading and parsing the whole file once for each test like the prelude option
18-
of `test262-harness` does.
18+
of `test262-harness` does. This causes tests to run at least 10x faster.
19+
20+
A typical run of all 6300+ Temporal tests will finish in less than 30 seconds.
1921

2022
For code coverage, set the environment variable `NODE_V8_COVERAGE` to the path
2123
(relative to the working directory) where coverage metrics should be output.

0 commit comments

Comments
 (0)