You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2020. It is now read-only.
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)
When I tried to execute benchmark test benchmark\buffers\buffer-compare-instance-method.js I got the following error:
to reproduce, go to benchmark\buffers and run:
The same test runs on node/v8 without issues