Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including wc-bench with all npm packages installed. Try it out:

var wcBench = require("wc-bench")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

wc-bench v0.0.1

wc-bench is a macro benchmarking tool for (web) components. It spawns a browser that runs `polyperf` on the client, which loads a baseline test + on or more component tests (each in their own iframe) a configurable number of times, and presents the result for the selected strategy(minimum, onedev or median). After polyperf has run, results are sent to the node server, which gives an overview of realtive and absolute performance compared to the baseline component and the baseline test result(which is the previous version by default)

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free