index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bisect-perf-regression.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bisect script should output reason why a step failed/skipped/etc..
simonhatch@chromium.org
2013-08-02
1
-3
/
+5
*
Add --reset sync commands in bisect script. Was failing to sync due to missin...
simonhatch@chromium.org
2013-07-31
1
-1
/
+1
*
Change appropriate directory to query for commit info.
simonhatch@chromium.org
2013-07-13
1
-0
/
+2
*
More helpful error message in the event an invalid performance test is specif...
simonhatch@chromium.org
2013-07-13
1
-1
/
+14
*
Fail quickly if good and bad revisions are reversed.
simonhatch@chromium.org
2013-07-12
1
-0
/
+34
*
Unset some environment vars so they can be set up via the bisect script.
simonhatch@chromium.org
2013-07-11
1
-9
/
+26
*
Add histogram parsing to bisect script.
simonhatch@chromium.org
2013-07-11
1
-3
/
+51
*
Add a simple tool which enables automated bisecting of codebase with manual test
rmcilroy@chromium.org
2013-07-10
1
-3
/
+4
*
Clear up some confusion about the results of a bisection. If there are build ...
simonhatch@chromium.org
2013-07-10
1
-9
/
+23
*
Run gclient runhooks when bisecting chrome or any sub depots of chrome. Previ...
simonhatch@chromium.org
2013-07-10
1
-3
/
+3
*
Fix AndroidBuilder in bisect-perf-regressions.
rmcilroy@chromium.org
2013-07-05
1
-2
/
+1
*
Seperate RunProcess into RunProcess/RunProcessAndRetrieveOutput, and use pope...
simonhatch@chromium.org
2013-06-24
1
-47
/
+46
*
Skip syncing V8_bleeding_edge unless bisecting V8.
simonhatch@chromium.org
2013-06-21
1
-7
/
+27
*
Skip revisions that only change DEPS.
simonhatch@chromium.org
2013-06-20
1
-9
/
+47
*
First pass android support in bisect script.
simonhatch@chromium.org
2013-06-10
1
-13
/
+62
*
First pass on chromeos support for bisect script.
simonhatch@chromium.org
2013-06-06
1
-110
/
+522
*
Lower goma threads. Think this will help with flakiness on mac and windows bi...
simonhatch@chromium.org
2013-06-06
1
-1
/
+1
*
Bisect script asserts on windows because carat is a reserved character in win...
simonhatch@chromium.org
2013-05-30
1
-1
/
+1
*
Try to expand the revision range to include a change to .DEPS.git if the scri...
simonhatch@chromium.org
2013-05-29
1
-34
/
+104
*
Fixes bisect-perf-regression.py for "special" metrics.
bulach@chromium.org
2013-05-14
1
-1
/
+1
*
Stop looping if metric isn't found. Previously, the tool would run all iterat...
simonhatch@chromium.org
2013-05-09
1
-2
/
+3
*
Delete webkit directory on initial sync as well, as the previous bisection ma...
simonhatch@chromium.org
2013-04-17
1
-18
/
+8
*
Create the full path instead of just the leaf directory. On a fresh sync of t...
simonhatch@chromium.org
2013-04-12
1
-1
/
+1
*
Generate makefiles properly when using make.
simonhatch@chromium.org
2013-04-12
1
-1
/
+12
*
Modified bisect script to delete the webkit directory when before sycing to/f...
simonhatch@chromium.org
2013-04-12
1
-0
/
+71
*
Added --repeat_test_max_time parameter to bisect script.
simonhatch@chromium.org
2013-03-28
1
-4
/
+22
*
Added additional output with warnings about initial values being too close to...
simonhatch@chromium.org
2013-03-18
1
-68
/
+115
*
Added call to stop goma in case it's still running from a build that timed out.
simonhatch@chromium.org
2013-03-18
1
-1
/
+2
*
Added windows support for bisect script. Added build_preference parameter to ...
simonhatch@chromium.org
2013-03-15
1
-43
/
+184
*
Fix bisecting into v8's depot. Now the tool will check out a private copy of ...
simonhatch@chromium.org
2013-03-13
1
-45
/
+102
*
Made svn lookup more robust by searching over a range of commits when initial...
simonhatch@chromium.org
2013-03-07
1
-6
/
+12
*
Added option to repeat performance test a number of times. Also modified calc...
simonhatch@chromium.org
2013-03-06
1
-8
/
+92
*
Output results of build and performance tests when script is invoked with --o...
simonhatch@chromium.org
2013-03-04
1
-6
/
+70
*
Fixed incorrect page value index lookup when using gtest_repeat with the time...
simonhatch@chromium.org
2013-03-01
1
-5
/
+10
*
Fixed recursing into sub-depots and made the code a little clearer. The earli...
simonhatch@chromium.org
2013-02-27
1
-4
/
+4
*
Added a --create_depot_and_exit parameter to the bisect tool.
simonhatch@chromium.org
2013-02-26
1
-135
/
+13
*
Added separate checkout and config file generation to bisect script.
simonhatch@chromium.org
2013-02-21
1
-12
/
+128
*
Adding annotation output for trybot.
simonhatch@chromium.org
2013-02-14
1
-1
/
+55
*
Fixed incorrect output of last known good revision. Small style fix.
simonhatch@chromium.org
2013-02-11
1
-2
/
+2
*
Added skia bisection support.
simonhatch@chromium.org
2013-02-05
1
-30
/
+178
*
Modified metric parsing to group by page when parsing times/t tests.
simonhatch@chromium.org
2013-02-05
1
-20
/
+62
*
First pass on tool to bisect across range of revisions to help narrow down wh...
simonhatch@chromium.org
2013-02-01
1
-0
/
+1004