aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/perf.py
diff options
context:
space:
mode:
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.