This repository was archived by the owner on Oct 15, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 340
This repository was archived by the owner on Oct 15, 2020. It is now read-only.
SyntaxError occures during benchmark run #134
Copy link
Copy link
Closed
Description
- Version:v7.0.0-pre
- Platform:Windows x64 v: 10.0.10240
- Subsystem:
When I tried to execute benchmark test benchmark\buffers\buffer-compare-instance-method.js I got the following error:
SyntaxError: Syntax error
at main (E:\Projects\Git\node-chakracore\benchmark\buffers\buffer-compare-instance-method.js:21:3)
at Anonymous function (E:\Projects\Git\node-chakracore\benchmark\common.js:24:28)
at _combinedTickCallback (internal/process/next_tick.js:67:7)
at _tickCallback (internal/process/next_tick.js:98:9)
at Module.runMain (module.js:596:3)
at run (bootstrap_node.js:382:7)
at startup (bootstrap_node.js:137:9)
at Anonymous function (bootstrap_node.js:497:3)
to reproduce, go to benchmark\buffers and run:
node buffer-compare-instance-method.jsThe same test runs on node/v8 without issues
Metadata
Metadata
Assignees
Labels
No labels