diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/benchmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/benchmark.c b/modules/benchmark.c index 9cc7e0b8..1a72e983 100644 --- a/modules/benchmark.c +++ b/modules/benchmark.c @@ -349,7 +349,7 @@ static gchar *__benchmark_include_results(bench_value r, GKeyFile *conf; gchar **machines; gchar *path, *results = g_strdup(""); - int i, len, loc, win_min, win_max, win_size = 10; + int i, len, loc, win_min, win_max, win_size = params.max_bench_results; GSList *result_list = NULL, *li = NULL; |