Skip to content

Commit

Permalink
fixed rand seed (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hendriks committed Dec 8, 2020
1 parent 1926329 commit 397b132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/perf_tools/python/sysbench_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def run_test(test_db_host: str, test_db: str, test: str, table_size: int) -> str
'--mysql-db={}'.format(test_db),
'--mysql-user=root',
'--mysql-host={}'.format(test_db_host),
'--rand-seed=1'
]

_run_stage(test, 'prepare', sysbench_args)
Expand Down

0 comments on commit 397b132

Please sign in to comment.