go-orm-benchmarks
go-orm-benchmarks copied to clipboard
It is very useful to visualize the output
In fact, I can share a public ui on codesandbox only if output in json format can be provided. In this way, I can provide data visualization and pdf output.
Example JSON
[
{
"type": "read",// readslice...
"orms":{
"gorm": 4999
...
Example CodeSandbox
Hi @meftunca yes you are absolutely right. JSON output is pretty good idea for charts etc.
Hi @meftunca yes you are absolutely right. JSON output is pretty good idea for charts etc.
If you want, we can create a chart view project on the github.io static page of your project and provide a visualization tool for users, or it can be done through codesandbox as I shared.
Hi @meftunca yes you are absolutely right. JSON output is pretty good idea for charts etc.
If you want, we can create a chart view project on the github.io static page of your project and provide a visualization tool for users, or it can be done through codesandbox as I shared.
The codebox you shared not working. Can you check it?
Pretty cool! We can create actions to generate json and upload it to gh-pages branch like how fiber does https://github.com/gofiber/fiber/blob/main/.github/workflows/benchmark.yml#L39