FeatureBaseDB / tools

Tools for development and ops
BSD 3-Clause "New" or "Revised" License
20 stars 14 forks source link

Write import zipf benchmark #17

Closed jaffee closed 7 years ago

jaffee commented 7 years ago

We currently have a very useful benchmark called zipf which sets bits in Pilosa in a zipfian distribution (which is likely more realistic that pure random). Unfortunately it is quite slow, so we'd like a version that uses the importer rather than calling SetBit repeatedly.

There is already an import benchmark, so some combination of the two should be fairly straightforward.