Created

Embed URL

HTTPS clone URL

SSH clone URL

You can clone with HTTPS or SSH.

Download Gist
View gist:0c5b25643bac3bf93a96
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#1 Change this to do a regex expression that cleans up $TMPDIR sometimes
http://wiki.jenkins-ci.org/display/JENKINS/Tmp+Cleaner+Plugin
 
#2 Maybe do something similar to the Grinder Plugin, but for callgrind
 
#3 Graph and trend some internal tracing info
 
#4 We would like to track/analyze compilation times, code size and performance for non-java applications
# We have a handful of reports we need and not sure if these could be a good base?
http://wiki.jenkins-ci.org/display/JENKINS/Analysis+Collector+Plugin
http://wiki.jenkins-ci.org/display/JENKINS/Performance+Plugin
 
#5 Fail a performance test if it doesn't meet a certain baseline and update the baseline if it performance results increase above a certain threshold (say N% performance increase or something)
 
#6 Don't fail a build if the test has never passed
 
#7 Failed test post mortem analysis (Maybe run a script that will report more information about the failure.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.