Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 841 Bytes

File metadata and controls

36 lines (25 loc) · 841 Bytes

Venz

The source code of the charting thing that runs on try.venz.dev

pnpm install
pnpm run -F '@venz/web' dev

Tech

Aims for good accessibility with light, dark and high-contrast modes and full support for keyboard navigation.

hyperfine

Original idea was to be helpful with visualizing hyperfine output. Example:

hyperfine 'sleep 0.22' 'sleep 0.23' --export-json results.json
cat results.json | pbcopy

And paste onto the chart page.

Open Source

Seeing issues or want to improve it? Pull requests are welcome!