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
*
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
*
Fix ninja build_type for Android builder.
prasadv@chromium.org
2014-05-15
1
-4
/
+5
*
Fix bisect script to match a results with {mean, stddev} format.
prasadv@chromium.org
2014-05-15
1
-19
/
+30
*
Add a identifier to build request job posted to the try server.
prasadv@chromium.org
2014-05-13
1
-1
/
+6
*
Remove codes to change path seperator for windows.
prasadv@chromium.org
2014-05-12
1
-3
/
+0
*
Add target_build_type flag to bisect-perf-regression tool to enable bisecting...
rmcilroy@chromium.org
2014-05-12
1
-15
/
+22
*
Open file in 'wb' inorder to avoid newline conflicts in differnt platforms.
prasadv@chromium.org
2014-05-01
1
-1
/
+1
*
Increase build wait time to avoid failure of bisects waiting for builds.
prasadv@chromium.org
2014-05-01
1
-3
/
+3
*
First pass bisect functional breakages.
simonhatch@chromium.org
2014-04-28
1
-50
/
+154
*
Parse DEPS file manually if execfile fails. Some DEPS files pull in a bunch o...
simonhatch@chromium.org
2014-04-26
1
-24
/
+85
*
Change "percentage change" function and add comments/test for it.
qyearsley@chromium.org
2014-04-24
1
-2
/
+27
*
Display metric name when giving "Invalid metric" error.
qyearsley@chromium.org
2014-04-18
1
-52
/
+80
*
Fix incorrect target for bisect-perf-regression script.
aurimas@google.com
2014-04-17
1
-1
/
+1
*
BUG=
prasadv@chromium.org
2014-04-11
1
-5
/
+8
*
Refactor CalculateConfidence and add unit test.
qyearsley@chromium.org
2014-04-10
1
-49
/
+74
*
Hi Simon,
prasadv@chromium.org
2014-04-09
1
-62
/
+317
*
Fix check for new v8 pushes to trunk from bleeding_edge.
simonhatch@chromium.org
2014-04-03
1
-5
/
+6
*
Revert of Refactor perf bisect script _CalculateConfidence method. (https://c...
qyearsley@chromium.org
2014-04-01
1
-47
/
+21
*
Refactor perf bisect script _CalculateConfidence method.
qyearsley@chromium.org
2014-03-28
1
-21
/
+47
*
Make bisect script to post build request job to try server.
prasadv@chromium.org
2014-03-13
1
-41
/
+108
*
Rename chromium_testshell target to chrome_shell_apk.
aurimas@chromium.org
2014-03-12
1
-1
/
+1
*
Parse V8's bleeding_edge revision from trunk's description.
simonhatch@chromium.org
2014-02-28
1
-4
/
+22
*
Download build archive (if exists) from cloud for given revision and perform ...
prasadv@chromium.org
2014-02-25
1
-17
/
+292
*
Change the output of the bisect results to use links to the svn revision (if ...
simonhatch@chromium.org
2014-01-14
1
-22
/
+49
*
Fix perf and build time output. Previously, times reported were a lot smaller...
simonhatch@chromium.org
2014-01-07
1
-4
/
+5
*
Refactor calculation of "other regressions" output, calculate confidence in t...
simonhatch@chromium.org
2014-01-07
1
-70
/
+77
*
Report known bisect results at the end of each step. This will allow jobs tha...
simonhatch@chromium.org
2014-01-06
1
-5
/
+26
*
Bisect output doesn't include a suspect CL if confidence is 0. Previously, th...
simonhatch@chromium.org
2013-12-19
1
-13
/
+40
*
Update dependencies to use new angle repository.
geofflang@chromium.org
2013-12-13
1
-2
/
+2
*
Added android-chrome support to bisect script. Now if the config file specifi...
simonhatch@chromium.org
2013-12-04
1
-51
/
+84
*
Purge unpinned ashmem before parsing /proc/$pid/smaps.
pliard@chromium.org
2013-11-14
1
-1
/
+1
*
This came out of a discussion with danno, machenbach, and jkummerow on how to...
simonhatch@chromium.org
2013-11-05
1
-68
/
+128
*
Fix a typo in the bisect script
tonyg@chromium.org
2013-10-30
1
-1
/
+1
*
Make bisect results a little more scannable.
tonyg@chromium.org
2013-10-28
1
-165
/
+166
*
Provide a link in viewvc/googlecode for suspect CL's.
simonhatch@chromium.org
2013-10-27
1
-10
/
+35
*
Clearly print repro steps in the bisect results so that the perf dashboard in...
simonhatch@chromium.org
2013-10-25
1
-2
/
+12
*
Added average build time output. This is part of an investigation into where ...
simonhatch@chromium.org
2013-10-23
1
-12
/
+24
*
Output std err as percent. Previously, std error was just being displayed as ...
simonhatch@chromium.org
2013-10-22
1
-2
/
+3
*
First pass performance try bot.
simonhatch@chromium.org
2013-10-22
1
-11
/
+24
*
Add comment about "Confidence in Bisection Results" and "Author" output. The ...
simonhatch@chromium.org
2013-10-21
1
-12
/
+17
*
The perf dashboard scrapes the "results" step from the bisect in order to com...
simonhatch@chromium.org
2013-10-20
1
-113
/
+73
*
Move build status output to a different annotated step. Motivation for doing ...
simonhatch@chromium.org
2013-10-18
1
-1
/
+5
*
Move the setup of the build system into the builder class. This is so the per...
simonhatch@chromium.org
2013-10-16
1
-85
/
+96
*
Refactored options parsing into BisectOptions. This makes it easier for the p...
simonhatch@chromium.org
2013-10-16
1
-143
/
+235
*
Build cc_perftests_apk on android.
simonhatch@chromium.org
2013-10-07
1
-1
/
+1
*
Print out some more information in bisect stats, including times for each ste...
simonhatch@chromium.org
2013-10-04
1
-10
/
+45
[next]