Reputation: 27
I have done loads of research into performance testing, (test before you optimize they said, it will be fun they said...) and I've realized that testing in languages like C++ or C# is childs play compared to dart with its multiple levels of optimizations and strange quirks (the print functions displaying additional data affected my stopwatch even when placed after the actual stopwatch print)
so this is an question of many questions all completely answerable:
I'm hoping I can get someone to point me in a decent direction(or even some good answers) when it comes to these questions...
Upvotes: 2
Views: 250
Reputation: 657871
the benchmark_harness library https://www.dartlang.org/articles/benchmarking/
I guess this is too early. For Dart a lot of optimization work is done. As long as this hasn't settled answers to these questions might get stale quick.
You should post a link to this question at https://groups.google.com/a/dartlang.org/forum/#!forum/compiler-dev
Upvotes: 1