PerfResults Tool #61
Replies: 4 comments 16 replies
-
|
What about comparing performance against prior versions or other implementations of formats? |
Beta Was this translation helpful? Give feedback.
-
What should the json file used to generate the results contain? |
Beta Was this translation helpful? Give feedback.
-
|
For comparing we only need time and space differences, but output size may differ between versions but it is optional.
For size we can do something similar to the json category size reference. Name
|
Beta Was this translation helpful? Give feedback.
-
|
We should have categorical size comparisons alongside specific size comparisons, like vectors and referenced tables (cyclic or not). For time/space we should have databases based on the components, categorizing them as such. We can then say that numbers are N% faster to serialize. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
With the introduction of the Benchmark tool discussed in #53, there needs to be discussion about the results and what should be shown.
We should have two separate visuals for the results. One for the performance (time and space) and the other for the output size.
The performance isn't as important, since it is implementation specific and device specific. We still should still show the performance implications.
For output size:
Am I missing anything vital?
Beta Was this translation helpful? Give feedback.
All reactions