contrib/perf.py
branchstable
changeset 50812 d2f72f702de2
parent 50702 0bba730005df
child 50816 3ccef7902070
child 50935 f02b62b7b056
equal deleted inserted replaced
50811:4a3a9d961561 50812:d2f72f702de2
   900             clearchangelog(repo)
   900             clearchangelog(repo)
   901             clearfilecache(repo.unfiltered(), 'manifest')
   901             clearfilecache(repo.unfiltered(), 'manifest')
   902         repocleartagscache()
   902         repocleartagscache()
   903 
   903 
   904     def t():
   904     def t():
   905         return len(repo.tags())
   905         len(repo.tags())
   906 
   906 
   907     timer(t, setup=s)
   907     timer(t, setup=s)
   908     fm.end()
   908     fm.end()
   909 
   909 
   910 
   910