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
*
Simplifying repro instructions from bisect output for non telemetry cases.
robertocn
2014-09-24
1
-26
/
+25
*
Refactoring and other minor corrections:
sergiyb
2014-09-18
1
-8
/
+8
*
Replace "git svn" with "git footers" commands to get commit position or svn r...
prasadv
2014-09-10
1
-21
/
+22
*
Set appropriate working directory on build failure.
prasadv
2014-09-09
1
-6
/
+6
*
Parse Git hash for dependency repositories from DEPS file.
prasadv
2014-09-04
1
-23
/
+47
*
Restrict windows dead zone revisions from bisect.
prasadv
2014-09-04
1
-8
/
+22
*
In the presubmit for auto-bisect, run pylint and unit tests.
qyearsley
2014-09-01
1
-4
/
+4
*
Refactor SyncBuildAndRunRevision to remove deep nesting.
qyearsley
2014-08-29
1
-79
/
+96
*
Rename post_perf_builder_job.py -> request_build.py
qyearsley
2014-08-29
1
-1
/
+1
*
Remove codes related deleting Blink or WebKit repository while processing rev...
prasadv
2014-08-28
1
-31
/
+0
*
Removed outdated documentation from bisect output, redirected it to chromium....
sullivan
2014-08-27
1
-1
/
+16
*
Use Git hash to post try job http request to bisect builders.
prasadv
2014-08-27
1
-12
/
+8
*
Fix issues caused due to GitMigration.
prasadv
2014-08-26
1
-19
/
+19
*
Quick spelling clean-up in the auto-bisect code.
qyearsley
2014-08-23
1
-91
/
+97
*
Use correct string format to get bisect confidence.
prasadv@chromium.org
2014-08-22
1
-1
/
+1
*
Fix Attribute error cause due to recent refactor.
prasadv@chromium.org
2014-08-19
1
-1
/
+1
*
Extract Builder and subclasses to separate module.
qyearsley@chromium.org
2014-08-15
1
-331
/
+22
*
Remove requirement that bisects for perf trybots specify a metric.
sullivan@chromium.org
2014-08-15
1
-7
/
+10
*
Return 0 for confidence when there's only one good or bad rev.
qyearsley@chromium.org
2014-08-12
1
-17
/
+21
*
Update comments in post_perf_builder_job.py + minor refactoring.
qyearsley@chromium.org
2014-08-11
1
-3
/
+1
*
Refactor bisect-perf-regression_test.py and add smoke test.
qyearsley@chromium.org
2014-08-06
1
-0
/
+8
*
Fix mistake from recent CL (self._PrintThankYou -> _PrintThankYou)
qyearsley@chromium.org
2014-07-31
1
-1
/
+1
*
Fix many style issues in bisect-perf-regression.py.
qyearsley@chromium.org
2014-07-30
1
-771
/
+777
*
Use Welch's t-test to calculate confidence scores in the bisect script.
qyearsley@chromium.org
2014-07-30
1
-29
/
+17
*
Fix archive extract paths for downloaded builds.
prasadv@chromium.org
2014-07-29
1
-9
/
+15
*
Move statistical functions to another module.
qyearsley@chromium.org
2014-07-29
1
-133
/
+19
*
Use a default string when calling os.getenv in bisect-perf-regression.py.
qyearsley@chromium.org
2014-07-25
1
-4
/
+4
*
Extract SourceControl to module; extract common methods to bisect_utils.
qyearsley@chromium.org
2014-07-25
1
-496
/
+80
*
Check for chromium revision instead of dependency module revision.
prasadv@chromium.org
2014-07-24
1
-4
/
+10
*
Avoid bisecting revision prior to r265549 on android bots
prasadv@chromium.org
2014-07-23
1
-0
/
+30
*
Add commit SHA1 as this information is used to mark issues as dup by perf das...
prasadv@chromium.org
2014-07-17
1
-0
/
+2
*
Support browser as android-chromium-testshell and android-chrome-shell based ...
prasadv@chromium.org
2014-07-16
1
-0
/
+23
*
[telemetry] Move cloud_storage from page/ to util/.
dtu@chromium.org
2014-07-15
1
-1
/
+1
*
Avoid stripping spaces for ascii art
prasadv@chromium.org
2014-07-14
1
-10
/
+10
*
Reformat bisect results output.
prasadv@chromium.org
2014-07-11
1
-41
/
+126
*
Fix import as bisect_builder for post_perf_builder_job.
prasadv@chromium.org
2014-07-11
1
-1
/
+1
*
Make a directory in which to put bisect-related modules.
qyearsley@chromium.org
2014-07-10
1
-2
/
+2
*
Fix for "gomacc not found" on perf bisect steps.
mmoss@chromium.org
2014-07-08
1
-3
/
+10
*
For some reason, mac bisect bots were not flushing stdout periodically, as a ...
prasadv@chromium.org
2014-06-24
1
-0
/
+4
*
Add support to android bisect bots to download archives or post build requests.
prasadv@chromium.org
2014-06-21
1
-47
/
+55
*
Download archives contain git or svn revisions in the filename.
prasadv@chromium.org
2014-06-20
1
-51
/
+91
*
Enable manual bisects on Chrome for Android.
aberent@chromium.org
2014-06-18
1
-6
/
+17
*
Prevent script from generating warnings when printing partial results.
simonhatch@chromium.org
2014-06-13
1
-19
/
+22
*
Check build status by parsing tryserver buildbot JSON.
prasadv@chromium.org
2014-06-07
1
-24
/
+73
*
Parse revisions for dependency repositories from DEPS file.
prasadv@chromium.org
2014-06-03
1
-5
/
+6
*
Use python fallback for unzipping in extracting build on mac if file is great...
prasadv@chromium.org
2014-05-30
1
-2
/
+11
*
Remove skia folder before gclient sync to avoid syncing issues caused due to ...
prasadv@chromium.org
2014-05-28
1
-4
/
+11
*
Fix issues with gathering third party repositories for bisect.
prasadv@chromium.org
2014-05-27
1
-5
/
+8
*
Handle unknown repository paths while parsing revisions.
prasadv@chromium.org
2014-05-21
1
-33
/
+19
*
Prevent modifying path separator on Windows by shlex.split()
prasadv@chromium.org
2014-05-20
1
-1
/
+4
[next]