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 9716a10 commit 588de26Copy full SHA for 588de26
README.md
@@ -15,7 +15,9 @@ Test262 harness) because:
15
* It pre-parses the Temporal polyfill into a
16
[`vm.Script`](https://nodejs.org/api/vm.html#class-vmscript), instead of
17
reading and parsing the whole file once for each test like the prelude option
18
- of `test262-harness` does.
+ 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.
21
22
For code coverage, set the environment variable `NODE_V8_COVERAGE` to the path
23
(relative to the working directory) where coverage metrics should be output.
0 commit comments