there are 3 benches. That one doesnβt query anything.
Iβm using bench-ingest-many the first run will take around 15 seconds to verify and import 1 million entries into the db.
The second run should try to import but skip duplicates, so it does about 1 million queries (plus some extra stuff like parse ids).
On my old laptop it takes about 1 second. But on my m2 querying is actually slower by 3 seconds which was surprising. Still looking into why π€