Skip to content

Instantly share code, notes, and snippets.

View adeshmukh-quizlet's full-sized avatar

Amol Deshmukh adeshmukh-quizlet

View GitHub Profile
if sysbench.cmdline.command == nil then
error("Command is required. Supported commands: run")
end
sysbench.cmdline.options = {
point_selects = {"Number of point SELECT queries to run", 5},
skip_trx = {"Do not use BEGIN/COMMIT; Use global auto_commit value", false}
}
local page_types = { "actor", "character", "movie" }