-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add latency graphs in sequential/parallel web pages #114
Comments
Can I close this in favor of ocaml-bench/sandmark#420? |
I think we also want to show them in the sandmark-nightly UI, which unfortunately doesn't re-use the code from the notebooks. |
We will need both. The Sandmark notebooks are used for prototyping and also by compiler developers if they would like to test the output locally on their machines. If there are any specific improvements, we also make it available in the sandmark-nightly runs. |
Understood! I hadn't yet realized the code for both tasks was not shared. |
Closed in #130 |
The instrumented pausetimes which use eventring have been updated to Sandmark at ocaml-bench/sandmark#358. The sequential and parallel web pages should now include the latency, max latency and 99.9th percentile graphs available in the following notebooks:
https://github.com/ocaml-bench/sandmark/blob/429f52f7b0ea9dbe760b3e249a17cd0b7b629e95/notebooks/sequential/sequential.ipynb
https://github.com/ocaml-bench/sandmark/blob/429f52f7b0ea9dbe760b3e249a17cd0b7b629e95/notebooks/parallel/parallel.ipynb
The text was updated successfully, but these errors were encountered: