SimonJang / nodejs-package-plotter

Sandbox to test, benchmark nodejs packages and plot the results

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodejs-package-plotter

Sandbox to test, benchmark nodejs packages and plot the results

GNU plot fun

http://www.gnuplot.info/docs_5.2/Gnuplot_5.2.pdf

How to create a plot from the CSV data?

gnuplot
set datafile separator ';'
plot source/retry-timers.csv with points

About

Sandbox to test, benchmark nodejs packages and plot the results


Languages

Language:TypeScript 100.0%