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
/
run-bisect-perf-regression.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove support for ChromeShell apk.
prasadv
2015-09-01
1
-12
/
+3
*
Make sure ChromePublic.apk is to run benchmarks for perf bisects, CQ and pert...
prasadv
2015-07-17
1
-4
/
+13
*
Make commit-queue perf tryjobs to check for requesters from CQ and CQ experim...
prasadv
2015-05-29
1
-3
/
+4
*
Update the name of the commit queue user.
akuegel
2015-05-27
1
-3
/
+7
*
Revert "Speculative revert by sheriff"
Bartosz Fabianowski
2015-04-16
1
-1
/
+3
*
Speculative revert by sheriff
Bartosz Fabianowski
2015-04-16
1
-3
/
+1
*
Add tool/perf/measurements path to check for CQ jobs.
prasadv
2015-04-15
1
-1
/
+3
*
Add support to conditionally running telemetry benchmarks on CQ.
prasadv
2015-04-07
1
-3
/
+212
*
Make failed telemetry test on perf try job red.
simonhatch
2015-03-13
1
-1
/
+3
*
Make changes to read target_arch param from config.
prasadv
2015-02-10
1
-0
/
+4
*
Use builder_type when requesting/fetching builds, and add support for full li...
qyearsley
2015-01-28
1
-18
/
+5
*
Replace builder_host and builder_port with builder_type.
qyearsley
2015-01-12
1
-2
/
+1
*
[bisect] - Set goma_dir parameter from run-bisect-perf-regression.py.
simonhatch
2014-12-23
1
-0
/
+2
*
[bisect] - Add revision info to profiler links, if available.
simonhatch
2014-12-11
1
-4
/
+10
*
[bisect] - Fix sync annotation.
simonhatch
2014-12-08
1
-5
/
+16
*
Fix step label for perf tryjob 'Running Without Patch'
sullivan
2014-12-05
1
-1
/
+1
*
[bisect] - Let perf try jobs specify revisions to test.
simonhatch
2014-12-02
1
-67
/
+125
*
[bisect] - Fix parsing cloud links from telemetry.
simonhatch
2014-12-01
1
-20
/
+24
*
Modify bisect_perf_regression.py to use functions in fetch_build.py
qyearsley
2014-11-22
1
-69
/
+44
*
Parse profiler file links from perf try bot jobs. This will allow us to kick ...
simonhatch
2014-11-14
1
-9
/
+38
*
Aborting bisect early when the bug specified in the bisect config is closed.
robertocn
2014-11-03
1
-7
/
+13
*
Change configs/try.py to get the list of config files to use from args.
qyearsley
2014-11-03
1
-3
/
+3
*
Implementing direction_of_improvement
robertocn
2014-10-17
1
-0
/
+6
*
Change constructor call in run-bisect-perf-regression.py
prasadv
2014-10-16
1
-1
/
+1
*
Make config path an absolute path in run-bisect-perf-regression.py.
qyearsley
2014-10-02
1
-1
/
+1
*
Move bisect-perf-regression.py into auto_bisect directory.
qyearsley
2014-09-26
1
-44
/
+31
*
Better error messaging for perf tryjobs on windows XP.
sullivan
2014-09-19
1
-0
/
+4
*
Rename run-bisect-perf-regression.cfg -> auto_bisect/bisect.cfg
qyearsley
2014-08-28
1
-7
/
+7
*
Don't set goma_dir in config if path_to_goma is None.
prasadv
2014-08-28
1
-1
/
+2
*
Quick spelling clean-up in the auto-bisect code.
qyearsley
2014-08-23
1
-8
/
+8
*
Remove requirement that bisects for perf trybots specify a metric.
sullivan@chromium.org
2014-08-15
1
-18
/
+27
*
Fix performance trybots.
tonyg@chromium.org
2014-08-09
1
-2
/
+7
*
Fix perf trybots after recent refactor.
tonyg@chromium.org
2014-08-06
1
-1
/
+2
*
Fix undefined variable when running bisect (path_to_file -> config_file_path).
qyearsley@chromium.org
2014-07-30
1
-1
/
+1
*
Use Welch's t-test to calculate confidence scores in the bisect script.
qyearsley@chromium.org
2014-07-30
1
-4
/
+3
*
Move statistical functions to another module.
qyearsley@chromium.org
2014-07-29
1
-4
/
+7
*
Style, comments, refactoring in run-bisect-perf-regression.py.
qyearsley@chromium.org
2014-07-25
1
-116
/
+144
*
Calculate the correct target platform for Android.
aberent@chromium.org
2014-07-16
1
-2
/
+7
*
Make a directory in which to put bisect-related modules.
qyearsley@chromium.org
2014-07-10
1
-1
/
+2
*
Fix for "gomacc not found" on perf bisect steps.
mmoss@chromium.org
2014-07-08
1
-0
/
+3
*
First pass bisect functional breakages.
simonhatch@chromium.org
2014-04-28
1
-0
/
+3
*
On Windows XP platform, don't run GOMA service.
prasadv@chromium.org
2014-04-28
1
-0
/
+8
*
Add download archive parameters to bisect script.
prasadv@chromium.org
2014-04-14
1
-0
/
+14
*
Add --path_to_config parameter to run script. This is needed if the config is...
simonhatch@chromium.org
2014-04-10
1
-9
/
+80
*
Added android-chrome support to bisect script. Now if the config file specifi...
simonhatch@chromium.org
2013-12-04
1
-4
/
+19
*
Add --dry_run parameter to run-bisect-perf-regression.py. Makes it easier to ...
simonhatch@chromium.org
2013-10-28
1
-2
/
+12
*
Fixed link step in output for perf bot. Previously, wasn't parsing out the ur...
simonhatch@chromium.org
2013-10-24
1
-0
/
+6
*
Output the config file in an annotated step so that it shows up on the waterf...
simonhatch@chromium.org
2013-10-23
1
-0
/
+6
*
Added check for blink's perf cfg file. The bisect/perf bots work by modifying...
simonhatch@chromium.org
2013-10-22
1
-12
/
+17
*
First pass performance try bot.
simonhatch@chromium.org
2013-10-22
1
-47
/
+250
[next]