You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Dawid Weiss <da...@gmail.com> on 2012/06/27 21:39:17 UTC

Test timing stats.

Hi. Would somebody who has a physical machine running jenkins add the
following as a post-run step?

ant -f lucene/build.xml test-updatecache -Dtests.cachefile=XXX

where XXX is preferably a path to a file somewhere outside of the
build area (so that it's not cleaned/ removed between builds)? This
will update build times with a history of 20 builds per suite. Once in
a while this file should be copied to:

lucene/tools/junit4/cached-timehints.txt

These are hints for test load balancer if multiple jvms are used (just
a remainder -- the order of suites is still randomized within a single
jvm, and only a fraction of the suites are initially load-balanced,
the rest is delegated to job stealing to level jvm times).

I'm currently running a few builds to update the stats, but for the
future it'd be a nice side effect of jenkins runs.

Dawid

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org