contrib/perf.py
branchstable
changeset 50812 d2f72f702de2
parent 50702 0bba730005df
child 50816 3ccef7902070
child 50935 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()