aboutsummaryrefslogtreecommitdiff
path: root/scripts/simplebench/bench_write_req.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/simplebench/bench_write_req.py')
-rwxr-xr-xscripts/simplebench/bench_write_req.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/simplebench/bench_write_req.py b/scripts/simplebench/bench_write_req.py
index e175bcd7a4..da601ea2fe 100755
--- a/scripts/simplebench/bench_write_req.py
+++ b/scripts/simplebench/bench_write_req.py
@@ -26,6 +26,7 @@ import sys
import os
import subprocess
import simplebench
+from results_to_text import results_to_text
def bench_func(env, case):
@@ -167,4 +168,4 @@ if __name__ == '__main__':
result = simplebench.bench(bench_func, test_envs, test_cases, count=3,
initial_run=False)
- print(simplebench.results_to_text(result))
+ print(results_to_text(result))