Index: benchmark/creation/node_cor.js
===================================================================
--- benchmark/creation/node_cor.js	(revision c1dfa4e1998ac7bdd877a54a01b705fe98743346)
+++ benchmark/creation/node_cor.js	(revision ee06db5c9b28732fc10c936eac06983a9d5378db)
@@ -5,4 +5,9 @@
 
 function * coroutine() { yield }
+
+for ( var i = 0; i < times; i += 1 ) { // warm jit
+	cor = coroutine()
+}
+
 var hrstart = process.hrtime()
 for ( var i = 0; i < times; i += 1 ) {
