diff options
Diffstat (limited to 'Tools/pybench/pybench.py')
-rwxr-xr-x | Tools/pybench/pybench.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/pybench/pybench.py b/Tools/pybench/pybench.py index e1bc95d..83a6217 100755 --- a/Tools/pybench/pybench.py +++ b/Tools/pybench/pybench.py @@ -501,6 +501,7 @@ class Benchmark: def calibrate(self): print 'Calibrating tests. Please wait...', + sys.stdout.flush() if self.verbose: print print |