-
Notifications
You must be signed in to change notification settings - Fork 207
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
Comments
We need a website to show our benchmark firstly :) |
This could be done via |
That's cool! |
Just one thing comes into my mind, how should store the benchmark data? |
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. |
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. |
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.
The text was updated successfully, but these errors were encountered: