🚀 Launch Week Day 3:Introducing Supply Chain Attack Campaigns Tracking.Learn More →
Socket
Book a DemoInstallSign in
Socket

node-irhydra

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-irhydra

Command line tool that runs node with the profiling flags needed to use http://mrale.ph/irhydra/2/

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

node-irhydra

Command line tool that runs node with the profiling flags needed to use http://mrale.ph/irhydra/2/. Credit to @andreasmadsen for originally helping me with the profiling flags.

npm install -g node-irhydra

Usage

node-irhydra some-benchmark.js

Produces two files hydrogen.cfg and code.asm.

Goto http://mrale.ph/irhydra/2/ and load those two files to display which parts of your code were deoptimized and which parts were optimized.

Protip: You can simply click the "refresh" icon on IRHydra if you re-run your benchmark.

License

MIT

FAQs

Package last updated on 16 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts