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
So the idea is that JSON output from run({ format: 'json' }) can be visualized in the browser, since the terminal is cool but has its limits. The resulting text or file can then be pasted/dropped onto the chart. It uses the benchmark run samples to calculate the median and draw the charts. Since there can be lots of samples and the browser + the SVG chart can handle only so much, they'll be truncated to 100.000 per run (i.e. per data series).
Venz is still in very early stages. There will be bugs and ugly things. Feel free to report any issues or feedback you might have. Happy to collaborate and fix bugs or add features. The project is open-source at https://github.com/webpro/venz.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since mitata can produce JSON output, I've added an adapter to Venz.
There's a page to explain what it is, including a section for mitata: https://try.venz.dev/about
So the idea is that JSON output from
run({ format: 'json' })can be visualized in the browser, since the terminal is cool but has its limits. The resulting text or file can then be pasted/dropped onto the chart. It uses the benchmark run samples to calculate the median and draw the charts. Since there can be lots of samples and the browser + the SVG chart can handle only so much, they'll be truncated to 100.000 per run (i.e. per data series).Venz is still in very early stages. There will be bugs and ugly things. Feel free to report any issues or feedback you might have. Happy to collaborate and fix bugs or add features. The project is open-source at https://github.com/webpro/venz.
Beta Was this translation helpful? Give feedback.
All reactions