metarhia / metatests

Extremely simple to use test framework and runner for Metarhia technology stack 🧪
https://metarhia.com
Other
18 stars 4 forks source link

Save and render results #12

Open tshemsedinov opened 6 years ago

tshemsedinov commented 6 years ago

After run tests we need to save results to files and render visualization then publish this dataset and images (for example to repo, maybe separate branch published as a web page). @aqrln can you please give your opinion how to establish this process better.

aqrln commented 6 years ago

Assuming you are talking about benchmarks, I'd say it makes sense to save datasets as CSV files and visualize them using something like matplotlib if we need standalone images, or using JavaScript with d3.js if web pages is all we need.

lundibundi commented 4 years ago

It is now possible (https://github.com/metarhia/metatests/pull/240) to save results in csv. It is also possible (though not documented for now) to make a comparison plot from the results.