quickjs/tests
Ben Noordhuis e49da8e96f
Unbreak microbench, add os.now() (#93)
The removal of the high-precision but non-standard clock source in
commit 5af98ca broke microbench because Date.now() is not granular
enough for the benchmark runner to make forward progress.

This commit adds a new method to the os module that returns time
with microsecond precision.
2023-11-19 17:26:25 +01:00
..
bjson.c Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
microbench.js Unbreak microbench, add os.now() (#93) 2023-11-19 17:26:25 +01:00
test262.patch 2020-01-05 release 2020-09-06 18:53:08 +02:00
test_bigint.js Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
test_bjson.js Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
test_builtin.js Allow symbols as WeakMap and WeakSet keys (#58) 2023-11-16 09:07:59 +01:00
test_closure.js Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
test_language.js Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
test_loop.js Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
test_std.js Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
test_worker.js Refactor build system to use CMake only 2023-11-17 13:10:18 +01:00
test_worker_module.js Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00