summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-20smart_ezbench: be more robust against failures to run ezbench coreMartin Peres1-0/+5
2016-01-20smart_ezbench: do not store the files' path in the stateMartin Peres1-18/+19
2016-01-20compare_reports: handle bugs with " in their URLMartin Peres1-1/+1
2016-01-20xonotic: force the fullscreen, width, height and qualityMartin Peres1-6/+22
2016-01-20env_dump/ioctl: do not dump anything but actual devicesMartin Peres1-1/+2
2016-01-19profiles/kernel: add links to the default configurationMartin Peres2-0/+2
2016-01-18compare_reports: start introducing a single-report modeMartin Peres1-16/+58
2016-01-18compare_reports: factor out the code for the selection handlingMartin Peres1-64/+37
2016-01-18compare_reports: merge the showcolumn functionsMartin Peres1-33/+13
2016-01-18tests/unigine: specify the resolution, quality, MSAA and fullscreen modeMartin Peres2-12/+46
2016-01-18core: move the ezbench_pre_hook execution before any line is printedMartin Peres1-3/+3
2016-01-18profiles/common: add a loop that waits for the X-Server to startMartin Peres2-5/+12
2016-01-15ezbench.py/git_history: parse the date along with the sha1Martin Peres1-8/+13
2016-01-15ezbench.py: allow applications to cache the git historyMartin Peres2-9/+13
2016-01-15compare_reports: add related bugsMartin Peres1-3/+10
2016-01-15core: rework the compilation_and_deploy functionMartin Peres1-32/+35
2016-01-15compare_reports: fix the details view's tooltipsMartin Peres1-2/+2
2016-01-15compare_reports: improve the trends tooltipMartin Peres1-4/+9
2016-01-15compare_reports: show error codes instead of just the numberMartin Peres1-1/+2
2016-01-15compare_reports: fix the selection on the details viewMartin Peres1-2/+2
2016-01-14compare_reports: filter out useless commitsMartin Peres1-0/+2
2016-01-14compare_reports: add tooltips in the trendsMartin Peres1-8/+31
2016-01-14ezbench.py: parse the patches and store the information in the commitMartin Peres1-2/+60
2016-01-14compare_reports: move the reports to db['commits'][$commit]['reports']Martin Peres1-16/+17
2016-01-14ezbench.py: fix a auto-replace errorMartin Peres1-1/+1
2016-01-13compare_reports: try to read the report from smart_ezbench firstMartin Peres1-10/+18
2016-01-13smart_ezbench: add a readonly modeMartin Peres1-6/+18
2016-01-13smart_ezbench: fix the report() function which was missing a returnMartin Peres1-0/+1
2016-01-13compare_reports: hide the no-op resultsMartin Peres1-0/+6
2016-01-13compare_reports: make sure the environment file exists before using itMartin Peres1-0/+3
2016-01-13core: reset to the original commit right after the compilation is overMartin Peres1-1/+5
2016-01-13ezbench.py: re-use the same number of runs when bisectingMartin Peres1-1/+2
2016-01-13ezbench.py/schedule_enhancements: limit the performance precision to 2 digitsMartin Peres1-2/+2
2016-01-13ezbench.py: support bisecting when there are build-failuresMartin Peres1-3/+24
2016-01-13ezbench.py: initial version of perf and build failure bisectingMartin Peres2-0/+91
2016-01-13ezbench.py/smart_ezbench: schedule at least $n runs of a benchmarkMartin Peres1-0/+26
2016-01-13tests: add the no-op test that does nothingMartin Peres1-0/+6
2016-01-13ezbench.py: parse the compilation exit codeMartin Peres1-1/+22
2016-01-12ezbench.py: allow genPerformanceReport to re-order commits based on historyMartin Peres1-1/+14
2016-01-12core: output in the logs the exit codes of the compilation process and coreMartin Peres1-0/+7
2016-01-12profiles: reduce the sleep time after compilationMartin Peres1-1/+1
2016-01-12profiles: fix the compilation to return errors instead of exitingMartin Peres2-10/+29
2016-01-12profiles: always include the ezbench base dir in the include pathMartin Peres6-3/+9
2016-01-11core: fix the error code for "some tests do not exist"Martin Peres1-1/+1
2016-01-11ezbench.py: do not save the state when not changing modeMartin Peres1-2/+2
2016-01-11core: output the repository directory usedMartin Peres2-7/+9
2016-01-07ezbench.py: parse the runs in the right order!Martin Peres1-0/+1
2016-01-07env_dump: add the location of the RAM sticksMartin Peres2-3/+4
2016-01-07env_dump_parser: make the ignore list a list of regexpMartin Peres2-5/+14
2016-01-05stats/compare_reports: Display the environment of benchmarks (and differences)Martin Peres1-3/+164