mcartright / julien

Toolkit for Information Retrieval research
7 stars 1 forks source link

IndexSpec call counts should be determined on a per-test basis. #44

Open mcartright opened 11 years ago

mcartright commented 11 years ago

Right now we allow calls for anyNumberOfTimes for getCollectionStatistics and containsPart (see IndexSpec.scala, ~ line 45).

Those call counts should be done on a per-test basis, and should be exactly counted out to make sure we're not wasting calls.