Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It is very useful to visualize the output #95

Open
meftunca opened this issue Jan 19, 2024 · 5 comments
Open

It is very useful to visualize the output #95

meftunca opened this issue Jan 19, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@meftunca
Copy link

meftunca commented Jan 19, 2024

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

@efectn
Copy link
Owner

efectn commented Jan 24, 2024

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

@efectn efectn added the enhancement New feature or request label Jan 24, 2024
@meftunca
Copy link
Author

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.

@efectn
Copy link
Owner

efectn commented Jan 24, 2024

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?

@meftunca
Copy link
Author

sandbox link

@efectn
Copy link
Owner

efectn commented Jan 24, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants