Lines Matching refs:opt
65 local cpu_workers = benchmark.opt.cpu_workers or ncpus
68 benchmark:assert(benchmark.opt.first_cpu > -2, 'negative first CPU')
69 benchmark:assert(benchmark.opt.first_cpu < ncpus, 'invalid first CPU')
75 if benchmark.opt.through_max_workers then
79 elseif benchmark.opt.through_max_workers_fast then
96 benchmark.opt.path;
101 if benchmark.opt.verbose then
104 cmd[#cmd + 1] = benchmark.opt.variant
105 cmd[#cmd + 1] = benchmark.opt.duration
107 if benchmark.opt.first_cpu ~= -1 then
108 cmd[#cmd + 1] = benchmark.opt.first_cpu
120 variant = benchmark.opt.variant