Index: benchmark/ctxswitch/node_cor.js
===================================================================
--- benchmark/ctxswitch/node_cor.js	(revision 8633485b53ccf10786bcb6ce270cac069166b0d7)
+++ benchmark/ctxswitch/node_cor.js	(revision 3c64c6684cc8f107bdea7411e2d29dfffaa2a544)
@@ -10,4 +10,8 @@
 }
 cor = coroutine()
+
+for ( var i = 0; i < times; i += 1 ) { // warm JIT
+	cor.next();
+}
 
 var hrstart = process.hrtime()
