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