This repo is a home for my first Vlang project - visualization of V benchmarks results, which you can find here - Is V still fast
A list of problems, that this project should resolve:
- provide a quick statistic about AVG/median value for every benchmark
- provide fancy, interactable, and adjustable plots, that will describe how specific benchmark's results have been changing over the time
It's always easier to work with a lot of data records than just with plain text.
This is fully created in V, using a native V web framework - vweb Initially, it was planned as a WASM app, but because there is no native WASM support and a "hot-DOM" changes from the native language (like Blazor) are unsupported, for now, this is a common server-side web app (this info is true for today, 30.12.2021).
This app was deployed on App Platform from DigitalOcean via Docker, you can find a Dockerfile in the root of this repo (image based on Ubuntu).