ArtemkaKun / VlangBenchmarksVisualization

Plots and statistics for Vlang benchmarks

Home Page:https://vlang-benchmarks-visualization-xq84s.ondigitalocean.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

What?

This repo is a home for my first Vlang project - visualization of V benchmarks results, which you can find here - Is V still fast

Why?

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.

How?

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).

About

Plots and statistics for Vlang benchmarks

https://vlang-benchmarks-visualization-xq84s.ondigitalocean.app/

License:Apache License 2.0


Languages

Language:V 56.0%Language:HTML 19.7%Language:JavaScript 15.3%Language:CSS 6.0%Language:Dockerfile 3.0%