fholm / IronJS

IronJS - A JavaScript implementation for .NET
http://ironjs.wordpress.com
Apache License 2.0
680 stars 79 forks source link

Benchmarks revamp #21

Closed otac0n closed 13 years ago

otac0n commented 13 years ago

I re-did the benchmarks project to support any number of possible benchmarks, including the google V8 Benchmark (included). I plan on adding the Mozilla's Dromaeo tests in the near future.

fholm commented 13 years ago

Awesome, I was just sitting around thinking about doing this ;p Thank you!

fholm commented 13 years ago

Just noticed there's been a couple of regressions when dealing with function calls and arrays, due to my aggressive changing lately making a lot of the benchmarks crash, will look into that and fix it tomorrow.