summaryrefslogtreecommitdiff
path: root/ezbench.sh
AgeCommit message (Expand)AuthorFilesLines
2015-12-20HAX core: Add an option to add more results to a previous runChris Wilson1-2/+7
2015-10-07Prefer igt_statsChris Wilson1-3/+2
2015-09-11core: Track build time inside git configChris Wilson1-7/+14
2015-09-10core: Prefix header inside FPS logs with a '#'Chris Wilson1-1/+1
2015-09-09core: Make geometric mean robust for large number of testsChris Wilson1-1/+1
2015-09-07core: allow adding more data to a testMartin Peres1-4/+19
2015-09-07core: do not repeat commits in the commit_listMartin Peres1-1/+4
2015-08-31core: update the headerMartin Peres1-3/+5
2015-08-24core: use --format=fuller when generating the patchMartin Peres1-1/+1
2015-08-18core: Improve comparison with uninitialized earlier run dataChris Wilson1-11/+6
2015-08-15core: Add -B option (inverse of -b) to allow excluding arbitrary testsChris Wilson1-3/+16
2015-08-14core: fix the feature allowing to pass a list of commitsMartin Peres1-11/+12
2015-08-13core: Allow tests to invert the ratioChris Wilson1-1/+8
2015-08-13core: Make the tests folder an optional argumentChris Wilson1-44/+49
2015-08-13core: Adjust geometric mean awk script for older versionsChris Wilson1-1/+1
2015-08-13core: save the commits as we goMartin Peres1-0/+2
2015-07-30core: add a new variable containing the benchmark's nameMartin Peres1-0/+2
2015-07-30core: add global pre/post hooks for all the benchmarksMartin Peres1-0/+2
2015-07-28Provide a conf.d for splitting up the callback definitionsChris Wilson1-1/+4
2015-07-28Use LC_LOCALE=C for numeric interchangeChris Wilson1-1/+1
2015-07-28core: fix the geometric mean computationMartin Peres1-1/+1
2015-07-28core: force the usage of the us locale for numeric operationsMartin Peres1-0/+3
2015-07-27Run the ezbench_pre_hook before querying the testsChris Wilson1-3/+3
2015-07-27Detect test run failure and highlight itChris Wilson1-1/+8
2015-07-27Seed the output results with the final commit from the previous roundChris Wilson1-3/+14
2015-07-27Only source the .test files onceChris Wilson1-45/+43
2015-07-27Allow .test to define multiple tests at onceChris Wilson1-13/+17
2015-07-27Allow the user to provide an optional run name to concatenate resultsChris Wilson1-4/+7
2015-07-27Allow multiple -b optionsChris Wilson1-1/+1
2015-07-27Provide a conf.d for splitting up the callback definitionsChris Wilson1-1/+2
2015-07-27Allow arbitrary git commit ids and ranges to be specified on the commandlineChris Wilson1-5/+18
2015-07-27Don't add a 0 result to the list for geometric mean processingChris Wilson1-1/+1
2015-07-27Remove extra unguarded compile_pre_hookChris Wilson1-2/+0
2015-07-23core: use the long version for the year for the log dir (2015 instead of 15)Martin Peres1-1/+1
2015-07-22Allow individual tests to provide a hook to produce a global statisticChris Wilson1-10/+16
2015-07-22Allow the user to disable compilationChris Wilson1-17/+33
2015-07-22Save the per-run FPS values where we amalgamateChris Wilson1-3/+4
2015-07-22Use globstar to enable subdirectories in tests.dChris Wilson1-2/+7
2015-07-21Be flexible in choosing where to benchmark uptoChris Wilson1-4/+9
2015-07-21Make the FPS difference computations robust against divide-by-zeroChris Wilson1-8/+8
2015-07-21Reset the FPS summation between runsChris Wilson1-0/+1
2015-07-20core: dump the commit list as we go to enable offline analysisMartin Peres1-0/+5
2015-07-20core: switch to the finish date instead of just the execution timeMartin Peres1-1/+2
2015-07-20core: general style fixesMartin Peres1-11/+12
2015-07-20Finish each commit by showing the geometric meanChris Wilson1-0/+25
2015-07-20Abort if we fail to stash the current dirty stateChris Wilson1-0/+5
2015-07-20Add some color to the fps diff outputChris Wilson1-12/+30
2015-07-20Place the repo check before setting up the termination handlerChris Wilson1-12/+12
2015-07-20Replace git log parsing with git plumbingChris Wilson1-7/+4
2015-07-20Try benchmarking any work-in-progressChris Wilson1-4/+13