-
Notifications
You must be signed in to change notification settings - Fork 25
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
Comparison #19
Comments
Do you have a UI in mind for this? Are you looking at comparing different "runs", or different "pages". |
Im looking for comparison of different "pages" for example http://104.236.81.132:5984/css-perf/_design/site/index.html#/page-select i would like to be able to compare these 4 pages. Each is testing the button of a different framework so a comparison would be useful to evaluate the approaches of the different frameworks. as far as a ui using frame rate as an example the graph would plot look something like it does now with the lines except there would be one for each page and a legend. Below this you could have a table with the numbers for each framework. For the overview page you could do essentially the same adjusting where appropriate for different chart types. Also when i showed this to collaborators this afternoon this was also their first request. |
When I started working on perfjankie, I wanted to replicate http://bench.topcoat.io/. Thus, the idea was not to compare different pages, but look at the perf trends of a single page (or scenario) as various commits change code to that page. Hence the line charts. |
@axemclion I don't think you actually need to do anything special to support both. I was thinking it would work like a typical product comparison on shopping sites. checkboxes select some number of pages and hit a comparison button. This would take you to something similar to the overview page that exists now just with overlays for graphs / tables for numbers. Line graphs I think would still work fine also. |
Yeah - this sounds like a workable idea. |
Yeah I didn't want to change the current views at all they are very useful for CI, ( which I also plan on using this for, its just not the current use I have ). I only wanted to add a new one with the comparison. |
That sounds good. Would be great if you could do a PR for this feature - will be glad to add it in. |
I think I can create the graph. Recently I worked on this http://stats.biojs.net/ |
Currently i'm using this to research different existing approaches to the markup and css of different components as preparation to creating a new css framework. It would be really nice if there was a comparison view where I could compare the results of different tests. perhaps a table + graph with all of the selected pages plotted?
The text was updated successfully, but these errors were encountered: