diff --git a/src/lua/empty-test.lua b/src/lua/empty-test.lua index 8770b00..fbbb862 100644 --- a/src/lua/empty-test.lua +++ b/src/lua/empty-test.lua @@ -7,8 +7,8 @@ sysbench.cmdline.options = { -- the default values for built-in options are currently ignored, see -- https://github.com/akopytov/sysbench/issues/151 ["cpu-max-prime"] = {"CPU maximum prime", 10000}, - ["threads"] = {"Number of threads", 2}, - ["histogram"] = {"Show histogram", "on"}, + ["threads"] = {"Number of threads", 1}, + ["histogram"] = {"Show histogram", "off"}, ["report-interval"] = {"Report interval", 1} } diff --git a/src/lua/prime-test.lua b/src/lua/prime-test.lua index c97c9e5..34eaa48 100644 --- a/src/lua/prime-test.lua +++ b/src/lua/prime-test.lua @@ -7,8 +7,8 @@ sysbench.cmdline.options = { -- the default values for built-in options are currently ignored, see -- https://github.com/akopytov/sysbench/issues/151 ["cpu-max-prime"] = {"CPU maximum prime", 10000}, - ["threads"] = {"Number of threads", 2}, - ["histogram"] = {"Show histogram", "on"}, + ["threads"] = {"Number of threads", 1}, + ["histogram"] = {"Show histogram", "off"}, ["report-interval"] = {"Report interval", 1} }