Possibility to plot several tests on the same plot#67
Possibility to plot several tests on the same plot#67motiejus wants to merge 1 commit intobasho:masterfrom motiejus:gp_multi
Conversation
There was a problem hiding this comment.
Options described here are applicable for both gp_throughput.sh and gp_latency.sh.
I think this feature is also useful for latency graph, isn't it?
|
Thank you for contribution. This PR is sufficient as-is. |
|
@shino Good point. I will update the script to skip the directory name in case of single directory. I never needed latency graphs though. But I think it should be fairly straightforward to do if someone needs it. In case I ever will, I will make a separate pull request. |
This allows comparing benchmarks with each other. For example, it is
very convenient to visualise on the same graph how throughput changes
when {concurrent, N} changes.
|
Fixed that naming issue and for completeness added the same functionality to |
|
Note also that the file |
|
@slfritchie thanks, I didn't know it exists. However, it allows comparing 2 graphs, so did not really fit my use case. |
|
@motiejus Thanks for changing latency script too! Merged to master. |
This allows comparing benchmarks with each other. For example, it is
very convenient to visualise on the same graph how throughput changes
when {concurrent, N} changes.
For example, here is a Sphinx search engine throughput for my specific query for binary (light_bin_X) and SphinxQL (light_ql_X) protocols with X parallel workers:

Easy to construct: