dart-lang / benchmark_harness

The official benchmark harness for Dart
https://pub.dev/packages/benchmark_harness
BSD 3-Clause "New" or "Revised" License
94 stars 26 forks source link

Add closure compiler output of the JS versions #10

Closed faridnsh closed 10 years ago

faridnsh commented 10 years ago

It would be nice, if there would be another version of JS which is compiled by closure compiler with the highest optimization level. Many people compile their client side javascript code with closure compiler which does the dead code elimination. I believe it's unfair to compare optimized code from dart2js with js code that is not optimized which will make this benchmark misleading.