aboutsummaryrefslogtreecommitdiff
path: root/bench.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'bench.tcl')
-rw-r--r--bench.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench.tcl b/bench.tcl
index d9c5e3a..80f1506 100644
--- a/bench.tcl
+++ b/bench.tcl
@@ -17,6 +17,7 @@ proc bench {title script} {
set ts [string range $ts [expr {[string length $ts]-10}] end]
if {!$batchmode} {puts "$Title -$ts ms per iteration"}
}
+ catch { collect }
}
### BUSY LOOP ##################################################################