Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ide-dev] what about doing less?

On 10/23/2013 09:38 AM, Max Rydahl Andersen wrote:
Dart editor "solves" it by removing anything but Dart required dependencies.
FWIW, It's already what Tycho does with tycho-surefire-plugin by default: it generates the minimal application for a test to run. So we don't need anything new to have something similar working.

I think for this specific issue (performance) putting together plan/resources to revive or reimplement focus on performance would help alot.
Performance tests by themselves are generally a bit tricky to analyze, but coupling them with a profiler (yourkit-maven-plugin) could make them much more relevant.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=420149
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top