##// END OF EJS Templates
perf: run the gc before each run...
marmoute -
r52483:a6bdd2e6 default
parent child Browse files
Show More
@@ -581,6 +581,7 b' def _timer('
581 if setup is not None:
581 if setup is not None:
582 setup()
582 setup()
583 with context():
583 with context():
584 gc.collect()
584 with prof:
585 with prof:
585 with timeone() as item:
586 with timeone() as item:
586 r = func()
587 r = func()
General Comments 0
You need to be logged in to leave comments. Login now