Home
last modified time | relevance | path

Searched refs:total_runtime (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/tools/
Dwrite_stress_runner.py12 def generate_runtimes(total_runtime): argument
17 while total_runtime > 0:
19 chosen = min(chosen, total_runtime)
21 total_runtime -= chosen