Fix for JRUBY-2882. Handle error messages related to constructors better
[jruby.git] / bench / yarv / bm_vm2_eval.rb
blob9ab781edd4a874b26dfca5ba210ebd830479bf1d
1 i=0\r
2 while i<6000000 # benchmark loop 2\r
3   i+=1\r
4   eval("1")\r
5 end\r
6 \r