brianfromoregon / caliper-ci

Automatically exported from code.google.com/p/caliper-ci
0 stars 0 forks source link

Higher quality results page #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I wrote a terrible looking results page. This is much nicer:

http://microbenchmarks.appspot.com/run/jessewilson@google.com/examples.ArraySort
Benchmark

That is written in GWT, the sources are here: 
http://code.google.com/p/caliper/source/browse/#svn%2Fcloud

It's been written to deploy to App Engine but I think a modified version of 
that app could be deployed inside this Jenkins plugin. Code changes would be 
required to read the JSON results from the build actions instead of App Engine. 
More code changes would add the regression feature to the UI, perhaps as 
another column in the grid. Otherwise, with a little build script grease it 
should work.

Original issue reported on code.google.com by brianfromoregon on 27 Oct 2011 at 12:33

GoogleCodeExporter commented 9 years ago
Yuck, my page really doesn't scale well to lots of results: 
https://brianfromoregon.ci.cloudbees.com/job/caliper-examples/lastSuccessfulBuil
d/caliper

Original comment by brianfromoregon on 8 Feb 2012 at 4:53

GoogleCodeExporter commented 9 years ago

Original comment by brianfromoregon on 8 Feb 2012 at 2:18

GoogleCodeExporter commented 9 years ago
Some thoughts were thrown around here: 
http://groups.google.com/group/caliper/browse_thread/thread/b3ce2ed3ebe9c243

Original comment by brianfromoregon on 23 Feb 2012 at 5:35

GoogleCodeExporter commented 9 years ago
Seems the cloud sources aren't yet migrated to the new git repo. Find them here 
for now: https://caliper.googlecode.com/svn/cloud/

Original comment by brianfromoregon on 23 Feb 2012 at 5:37

GoogleCodeExporter commented 9 years ago
started to use the page ... would be good if there was a status result page as 
well.

Original comment by BenAbout...@gmail.com on 21 Mar 2012 at 12:28

GoogleCodeExporter commented 9 years ago
@BenAboutTown please file that request as a new issue.

Original comment by brianfromoregon on 31 Mar 2012 at 10:53

GoogleCodeExporter commented 9 years ago
I've just filed (and resolved in the next release) Issue 16 which should help. 
Instead of embedding the caliper cloud app I'm letting the plugin upload 
results there.

This issue will still reflect the need for a better results page, but embedding 
the GWT app is now out of scope.

Original comment by brianfromoregon on 31 Mar 2012 at 10:54