bench: remove --harmony-generators flag

This commit is contained in:
Jonathan Ong 2013-12-20 21:15:17 -08:00
parent 9a45f7bd3d
commit e9851672eb

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
echo
MW=$1 node --harmony-generators $2 &
MW=$1 node $2 &
pid=$!
sleep 2