aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/perf.py
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2018-02-08 08:29:21 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-08 13:57:09 +0000
commit0b33cc42b480f06dc0c41805823e29c27b8d6813 (patch)
tree8c5c523f48992f32f4223b411bf462979ca473f0 /infra/bots/recipes/perf.py
parent4f5a79c676757c0f218156077fb0575d46a6583c (diff)
Remove nvprdit* configs
Having removed the NVPR text renderer, the nvprdit* configs are no longer interesting/useful. Change-Id: Ic4b9d6507d3e3595723a27636cb58b5e811fb3a3 Reviewed-on: https://skia-review.googlesource.com/105563 Reviewed-by: Brian Salomon <bsalomon@google.com> Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'infra/bots/recipes/perf.py')
-rw-r--r--infra/bots/recipes/perf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/infra/bots/recipes/perf.py b/infra/bots/recipes/perf.py
index d75497d1c4..e78de8f05e 100644
--- a/infra/bots/recipes/perf.py
+++ b/infra/bots/recipes/perf.py
@@ -81,8 +81,7 @@ def nanobench_flags(api, bot):
'Quadro' in bot or
'GTX' in bot or
('GT610' in bot and 'Ubuntu17' not in bot)):
- configs.extend([gl_prefix + 'nvpr' + sample_count,
- gl_prefix + 'nvprdit' + sample_count])
+ configs.extend([gl_prefix + 'nvpr' + sample_count])
# We want to test both the OpenGL config and the GLES config on Linux Intel:
# GL is used by Chrome, GLES is used by ChromeOS.