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
|
*.report
|
||||||
*.sysinfo
|
*.sysinfo
|
||||||
*.json
|
*.json
|
||||||
|
*.html
|
||||||
|
@ -643,7 +643,7 @@ if __name__ == "__main__":
|
|||||||
ret = client.execute(
|
ret = client.execute(
|
||||||
queries=get_queries(func, count),
|
queries=get_queries(func, count),
|
||||||
num_workers=benchmark_context.num_workers_for_benchmark,
|
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]
|
)[0]
|
||||||
else:
|
else:
|
||||||
ret = client.execute(
|
ret = client.execute(
|
||||||
|
Loading…
Reference in New Issue
Block a user