Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: ct/go/util/constants.go

Issue 1392173005: [CT] Update worker scripts to use new benchmarks and delete old benchmarks (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Rebase Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ct/go/util/util.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ct/go/util/constants.go
diff --git a/ct/go/util/constants.go b/ct/go/util/constants.go
index 3028503f5c0434764c9b03414362fa65aa964e99..656d008be664799b668e6c0e520a230ec07e8194 100644
--- a/ct/go/util/constants.go
+++ b/ct/go/util/constants.go
@@ -48,7 +48,7 @@ const (
// Names of binaries executed by CT.
BINARY_CHROME = "chrome"
BINARY_RECORD_WPR = "record_wpr"
- BINARY_RUN_BENCHMARK = "ct_run_benchmark"
+ BINARY_RUN_BENCHMARK = "run_benchmark"
BINARY_GCLIENT = "gclient"
BINARY_MAKE = "make"
BINARY_LUA_PICTURES = "lua_pictures"
@@ -121,6 +121,7 @@ const (
// Capture Archives
// Setting a 5 day timeout since it may take a while to capture 1M archives.
+ CAPTURE_ARCHIVES_DEFAULT_CT_BENCHMARK = "rasterize_and_record_micro_ct"
CAPTURE_ARCHIVES_TIMEOUT = 5 * 24 * time.Hour
MASTER_SCRIPT_CAPTURE_ARCHIVES_TIMEOUT = CAPTURE_ARCHIVES_TIMEOUT +
MASTER_SCRIPT_TIMEOUT_PADDING
@@ -228,10 +229,9 @@ var (
// Information about the different CT benchmarks.
BenchmarksToPagesetName = map[string]string{
- BENCHMARK_SKPICTURE_PRINTER: "SkpicturePrinter",
- BENCHMARK_RR: "RasterizeAndRecordMicroCTPages",
- BENCHMARK_REPAINT: "RepaintCTPages",
- BENCHMARK_SMOOTHNESS: "SmoothnessCTPages",
+ BENCHMARK_SKPICTURE_PRINTER: "skpicture_printer_ct",
+ BENCHMARK_RR: "rasterize_and_record_micro_ct",
+ BENCHMARK_REPAINT: "repaint_ct",
}
// Information about the different CT pageset types.
« no previous file with comments | « no previous file | ct/go/util/util.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698