aboutsummaryrefslogtreecommitdiff
path: root/crosperf/settings_factory.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/settings_factory.py')
-rw-r--r--crosperf/settings_factory.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/crosperf/settings_factory.py b/crosperf/settings_factory.py
index 1993a6c3..20ab2ad2 100644
--- a/crosperf/settings_factory.py
+++ b/crosperf/settings_factory.py
@@ -40,7 +40,9 @@ class BenchmarkSettings(Settings):
'times to get a stable result.'))
self.AddField(
TextField(
- 'suite', default='', description='The type of the benchmark.'))
+ 'suite',
+ default='test_that',
+ description='The type of the benchmark.'))
self.AddField(
IntegerField(
'retries',