summarylogtreecommitdiffstats
path: root/benchmark.patch
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark.patch')
-rw-r--r--benchmark.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/benchmark.patch b/benchmark.patch
new file mode 100644
index 000000000000..9aa92d5f8939
--- /dev/null
+++ b/benchmark.patch
@@ -0,0 +1,15 @@
+diff --git a/modules/benchmark.c b/modules/benchmark.c
+index 50ba7d2..eb8e111 100644
+--- a/modules/benchmark.c
++++ b/modules/benchmark.c
+@@ -620,9 +620,7 @@ static void do_benchmark(void (*benchmark_function)(void), int entry)
+ return;
+
+ if (params.gui_running) {
+- gchar *argv[] = {params.argv0, "-b", entries[entry].name,
+- "-m", "benchmark.so", "-a",
+- NULL};
++ gchar *argv[] = {params.argv0, "-b", entries[entry].name, "-m", "devices.so", "-m", "benchmark.so", "-a", NULL};
+ GPid bench_pid;
+ gint bench_stdout;
+ GtkWidget *bench_dialog;