dice-group / IGUANA

IGUANA is a benchmark execution framework for RDF triple stores and quad stores
http://iguana-benchmark.eu
Apache License 2.0
25 stars 15 forks source link

Make sure that the distribution of queries in random order is equal #296

Open bigerl opened 1 month ago

bigerl commented 1 month ago

Idea: Shuffle a list where each query is contained n times. Use as stack picking one query from the top. When half of them is used up, add anther shiffled list to the bottom where each query is contained n/2 times.

@nck-mlcnv: having two lists where queries picked from the first end up in the second.