Fix typo in mgbench

This commit is contained in:
Ante Javor 2023-05-10 14:02:46 +02:00 committed by GitHub
parent b8f282468d
commit 69634a5354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,4 @@
*.report
*.sysinfo
*.json
*.html

View File

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