Skip to content

Commit be3af22

Browse files
bvliucopybara-github
authored andcommitted
Fix sysbench sleep duration.
PiperOrigin-RevId: 846749098
1 parent 0e90a18 commit be3af22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

perfkitbenchmarker/linux_benchmarks/sysbench_benchmark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ def Prepare(benchmark_spec) -> List[sample.Sample]:
598598
'Sleeping for %d seconds now that loading has finished.',
599599
_SLEEP_SEC.value,
600600
)
601+
time.sleep(_SLEEP_SEC.value)
601602
return load_samples
602603

603604

0 commit comments

Comments
 (0)