From f4e3b832e11783d88fd4da9446dae3f5b0803acd Mon Sep 17 00:00:00 2001 From: Burt P Date: Sun, 18 Mar 2018 23:23:39 -0500 Subject: hardinfo: add cli option to skip benchmarks If you just need the hardware report, this makes it so much faster. Signed-off-by: Burt P --- includes/hardinfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/hardinfo.h b/includes/hardinfo.h index 637aa1fd..5aaa3f87 100644 --- a/includes/hardinfo.h +++ b/includes/hardinfo.h @@ -50,6 +50,7 @@ struct _ProgramParameters { gboolean list_modules; gboolean autoload_deps; gboolean run_xmlrpc_server; + gboolean skip_benchmarks; gint report_format; -- cgit v1.2.3