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