Added a new "view" column for each row in the summary/stats table on top. Clicking on it will pop a modal which plots the graph for the corresponding row. This is useful when there are a lot of graphs, since loading them are slow and even trying to find the corresponding graph by searching is a chore. This enhancement prevents rendering all graphs yet still provide the feasibility to see a graph broken down by query
Added a "by date/by run #" rendering option for x-axis. By default, the graphs would still be rendered with date as x-axis, however new switch are added to the new modal to switch between date/run #. Run # is useful when test runs are far part which could produce clusters of points separated by huge gap. Such option is NOT added to the main pages to avoid too much code changes, however, it's still possible to get it for "non-collapsed page" with extra url param x-by=run for example file:///Users/patson/src/mn/projects/fullstory/go/src/fs/solr/main/solrperf/graph-results/graph.html?expand=true&x-by=run#
Description
Added 2 enhancements:
x-by=run
for examplefile:///Users/patson/src/mn/projects/fullstory/go/src/fs/solr/main/solrperf/graph-results/graph.html?expand=true&x-by=run#