diff options
Diffstat (limited to 'git/test/performance/test_streams.py')
-rw-r--r-- | git/test/performance/test_streams.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/performance/test_streams.py b/git/test/performance/test_streams.py index aecb7728..6e23b01d 100644 --- a/git/test/performance/test_streams.py +++ b/git/test/performance/test_streams.py @@ -140,6 +140,6 @@ class TestObjDBPerformance(TestBigRepoR): print(msg, file=sys.stderr) # compare - print ("Git-Python is %f %% faster than git when reading big %s files in chunks" + print("Git-Python is %f %% faster than git when reading big %s files in chunks" % (100.0 - (elapsed_readchunks / gelapsed_readchunks) * 100, desc), file=sys.stderr) # END for each randomization factor |