LUCENE-3801: our suggesters are 1000x faster than we thought they were

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296147 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-03-02 11:22:14 +00:00
parent 6f9388d6d8
commit adebb1592a
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ public class LookupBenchmarkTest extends LuceneTestCase {
});
System.err.println(
String.format(Locale.ENGLISH, "%-15s queries: %d, time[ms]: %s, ~qps: %.0f",
String.format(Locale.ENGLISH, "%-15s queries: %d, time[ms]: %s, ~kQPS: %.0f",
lookup.getClass().getSimpleName(),
input.size(),
result.average.toString(),