We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e90a18 commit be3af22Copy full SHA for be3af22
perfkitbenchmarker/linux_benchmarks/sysbench_benchmark.py
@@ -598,6 +598,7 @@ def Prepare(benchmark_spec) -> List[sample.Sample]:
598
'Sleeping for %d seconds now that loading has finished.',
599
_SLEEP_SEC.value,
600
)
601
+ time.sleep(_SLEEP_SEC.value)
602
return load_samples
603
604
0 commit comments