Charlie Gordon
|
97ae6f39e6
|
Add benchmarks target
- assuming quickjs-benchmarks is cloned in the parent directory,
- compile quickjs-benchmarks targets and run the benchmarks
|
2024-02-19 01:13:07 +01:00 |
|
Charlie Gordon
|
530ba6a631
|
handle missing test262 gracefully
|
2024-02-17 22:57:57 +01:00 |
|
Sam
|
693449e34e
|
add gitignore for build objects (#84)
Signed-off-by: Samuel Hellawell <sshellawell@gmail.com>
Co-authored-by: Charlie Gordon <github@chqrlie.org>
|
2024-02-12 10:28:38 +01:00 |
|
Charlie Gordon
|
6535064577
|
Fix undefined behavior (UBSAN)
|
2024-02-11 21:32:36 +01:00 |
|
Charlie Gordon
|
c9e6c56c70
|
Improve microbench
- remove import statements (invoke with qjs --std)
- fix compatibility issues with node
- add more loop styles
- add more string concatenation tests
- use === and !=== where appropriate
- fix sort timing log
- add `-r ref_file` command line option to specify reference file
- add .gitignore file with target file patterns
|
2024-02-11 12:11:53 +01:00 |
|