go-orm-benchmarks icon indicating copy to clipboard operation
go-orm-benchmarks copied to clipboard

It is very useful to visualize the output

Open meftunca opened this issue 1 year ago • 5 comments

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

meftunca avatar Jan 19 '24 10:01 meftunca

Hi @meftunca yes you are absolutely right. JSON output is pretty good idea for charts etc.

efectn avatar Jan 24 '24 12:01 efectn

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.

meftunca avatar Jan 24 '24 12:01 meftunca

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?

efectn avatar Jan 24 '24 13:01 efectn

sandbox link

meftunca avatar Jan 24 '24 14:01 meftunca

sandbox link

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

efectn avatar Jan 24 '24 15:01 efectn