mirror of
https://github.com/nspcc-dev/neo-bench.git
synced 2026-03-01 04:28:43 +00:00
Improve benchmark usability #18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fyrchik on GitHub (Mar 2, 2021).
Often we need to compare different patches of
neo-goor even add some C#/mixed on top of it.There are some problems:
Here is how we can make benchmark more flexible:
REVISIONS=master,patch1,patch2 make start.GoFourNodes10wrk. The interface is discussable. Note, that C# and mixed setups should also be allowed.I think doing all of this in a single command can also make results more reproducible and easier to share.
@roman-khimov commented on GitHub (Mar 2, 2021):
Batching and averaging out multiple runs can be useful and plots can just take the best result for a particular combination.
Refs. #4, though.