Fix typo in mgbench
This commit is contained in:
parent
b8f282468d
commit
69634a5354
1
tests/mgbench/.gitignore
vendored
1
tests/mgbench/.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
*.report
|
||||
*.sysinfo
|
||||
*.json
|
||||
*.html
|
||||
|
@ -643,7 +643,7 @@ if __name__ == "__main__":
|
||||
ret = client.execute(
|
||||
queries=get_queries(func, count),
|
||||
num_workers=benchmark_context.num_workers_for_benchmark,
|
||||
time_dependent_execution=benchmark_context.time_depended_execution,
|
||||
time_dependent_execution=benchmark_context.time_dependent_execution,
|
||||
)[0]
|
||||
else:
|
||||
ret = client.execute(
|
||||
|
Loading…
Reference in New Issue
Block a user