diff contrib/perf.py @ 27472:3dea4eae4eeb

cleanup: back out performance hacks amended into previous commit
author Matt Mackall <mpm@selenic.com>
date Mon, 21 Dec 2015 14:52:18 -0600
parents fe79f86099ae
children ac549d7fbc2b
line wrap: on
line diff
--- a/contrib/perf.py	Fri Dec 18 06:33:48 2015 +0000
+++ b/contrib/perf.py	Mon Dec 21 14:52:18 2015 -0600
@@ -525,7 +525,6 @@
             r.clearcaches()
         r._chunkraw(chain[0], chain[-1])
 
-    @util.nogc
     def dodecompress(data, chain):
         if not cache:
             r.clearcaches()