Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Running benchmarks

note: these benchmarks run in seperate processes, the idea is to similate initial load + use, not after the JIT has settled

env NODE_ENV=production node ./build.js && ./benchmarks/runner.js ./benchmarks/scenarios/<name of scenario>

If you want to run in a single process, to easily debug or run a profiler the run-once.js should be considered

env NODE_ENV=production node ./build.js && ./benchmarks/run-once.js ./benchmarks/scenarios/<name of scenario>

Running with the profiler:

env NODE_ENV=production node --prof ./build.js && ./benchmarks/run-once.js ./benchmarks/scenarios/<name of scenario>

# to view the output:
node --prof-process isolate-0x<name of file>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.