mirror of
https://github.com/bellard/quickjs.git
synced 2026-03-31 20:28:01 +00:00
- ensure handler behavior does not depend on n argument
- load and save reference file in node.js
- add -s filename option to name the output reference file
- add targets in Makefile for tests and bencharks using node.js
- fix incorrect timings when not using high resolution timer
- use performance timer in node.js
- output performance factor instead of percentage
- use smaller threshold by default
- add benchmarks for:
date_parse(), prop_update(), prop_clone(), array_slice()
global_func_call(),
|
||
|---|---|---|
| .. | ||
| bjson.c | ||
| microbench.js | ||
| test_bigfloat.js | ||
| test_bignum.js | ||
| test_bjson.js | ||
| test_builtin.js | ||
| test_closure.js | ||
| test_language.js | ||
| test_loop.js | ||
| test_op_overloading.js | ||
| test_qjscalc.js | ||
| test_std.js | ||
| test_worker_module.js | ||
| test_worker.js | ||
| test262.patch | ||