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.
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.