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

Benchmarking & Visualization #572

Open
WenheLI opened this issue Sep 8, 2020 · 8 comments
Open

Benchmarking & Visualization #572

WenheLI opened this issue Sep 8, 2020 · 8 comments

Comments

@WenheLI
Copy link
Collaborator

WenheLI commented Sep 8, 2020

We should track the building, execution, and installing time for every release and visualize them.
This could give us a clear clue on what is improved and what could be improved in the future release.

We can refer to deno's benchmark.

@FeelyChau FeelyChau mentioned this issue Sep 8, 2020
16 tasks
@yorkie
Copy link
Member

yorkie commented Sep 8, 2020

We need a website to show our benchmark firstly :)

@WenheLI
Copy link
Collaborator Author

WenheLI commented Sep 8, 2020

We need a website to show our benchmark firstly :)

This could be done via vercel?

@yorkie
Copy link
Member

yorkie commented Sep 8, 2020

That's cool!

@WenheLI
Copy link
Collaborator Author

WenheLI commented Sep 8, 2020

Just one thing comes into my mind, how should store the benchmark data?

@yorkie
Copy link
Member

yorkie commented Sep 8, 2020

in JSON or other formats? It depends on what benchmark framework that we choose :)

@WenheLI
Copy link
Collaborator Author

WenheLI commented Sep 8, 2020

in JSON or other formats? It depends on what benchmark framework that we choose :)

My concern is how to make persistent storage(DB)? Vercel is essentially a serverless provider which means every time we restart the container, we will lose the previous data. Therefore, persistent storage will help us keep tracks on all data.

@yorkie
Copy link
Member

yorkie commented Sep 8, 2020

How does deno resolve this problem?

@WenheLI
Copy link
Collaborator Author

WenheLI commented Sep 9, 2020

How does deno resolve this problem?

Deno seems to put benchmark data under a github repo. We can do host such a repo under imgcook.

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

No branches or pull requests

2 participants