contrib/perf.py
branchstable
changeset 50815 d2f72f702de2
parent 50705 0bba730005df
child 50819 3ccef7902070
child 50938 f02b62b7b056
--- a/contrib/perf.py	Fri Jul 21 15:50:56 2023 +0200
+++ b/contrib/perf.py	Thu Jun 22 16:02:12 2023 +0200
@@ -902,7 +902,7 @@
         repocleartagscache()
 
     def t():
-        return len(repo.tags())
+        len(repo.tags())
 
     timer(t, setup=s)
     fm.end()