Use same defaults as built-in options

This commit is contained in:
Tiago Henriques
2017-06-28 18:28:06 +02:00
parent 6f3a4690ff
commit 009551f4e3
2 changed files with 4 additions and 4 deletions

View File

@ -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}
}

View File

@ -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}
}