-
Notifications
You must be signed in to change notification settings - Fork 130
Show the performance results in graphs #561
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
base: master
Are you sure you want to change the base?
Conversation
dd95440 to
39eba95
Compare
|
The Iteration column is not the data, just an implementation detail. The actual data is the average (elapsed) time and CPU |
I changed it to the 'time' column. The CPU column is ~6x as large as the time column for multithreaded tests, which would make sense when there are 6 threads. |
|
Are you sure this adds enough clarity to warrant the extra maintenance? Enough to ignore Volkan's advice? |
|
It's using the same data that you put in the table, just showing it in a graphical manner. If we want to remove the graphs, I would argue that we should also remove the performance table. |
|
Can you script the graph generation? |
|
I am not sure, that should theoretically be possible. It would probably make the repository size grow pretty quickly though. Since they're just generated from libreoffice, you can just copy/paste the new values into the spreadsheet that I added and regenerate the graphs, so at least they are easy to regenerate if needed. |
|
I like that, it looks pretty good. I'll play around with it in the next few days. |
|
Do you know if the web-site can use Apache echarts? I thought we were restricted to non-interactive pages. |
You can add in custom HTML elements with Doxygen by using the |


Show performance results in a graphical way
This shows the performance results in a clearer manner than just the table, and makes it more obvious the relative difference between the different scenarios.