mirror of https://github.com/apache/lucene.git
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:
parent
6f9388d6d8
commit
adebb1592a
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue