@@ -367,22 +367,22 @@ int main() {
367
367
} break ;
368
368
case 8 : {
369
369
std::vector<std::unique_ptr<benchmark_provider<benchmark_default>>> instances;
370
- instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 1 , 7 , uint8_t >>(" 8-bit- bbq-1-7" ));
371
- instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 2 , 63 , uint8_t >>(" 8-bit- bbq-2-63" ));
372
- instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 4 , 127 , uint8_t >>(" 8-bit- bbq-4-127" ));
373
- instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 8 , 127 , uint8_t >>(" 8-bit- bbq-8-127" ));
374
- instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 1 , 7 , uint16_t >>(" 16-bit- bbq-1-7" ));
375
- instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 2 , 63 , uint16_t >>(" 16-bit- bbq-2-63" ));
376
- instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 4 , 127 , uint16_t >>(" 16-bit- bbq-4-127" ));
377
- instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 8 , 127 , uint16_t >>(" 16-bit- bbq-8-127" ));
378
- instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 1 , 7 , uint32_t >>(" 32-bit- bbq-1-7" ));
379
- instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 2 , 63 , uint32_t >>(" 32-bit- bbq-2-63" ));
380
- instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 4 , 127 , uint32_t >>(" 32-bit- bbq-4-127" ));
381
- instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 8 , 127 , uint32_t >>(" 32-bit- bbq-8-127" ));
382
- instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 1 , 7 , uint64_t >>(" 64-bit- bbq-1-7" ));
383
- instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 2 , 63 , uint64_t >>(" 64-bit- bbq-2-63" ));
384
- instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 4 , 127 , uint64_t >>(" 64-bit- bbq-4-127" ));
385
- instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 8 , 127 , uint64_t >>(" 64-bit- bbq-8-127" ));
370
+ instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 1 , 7 , uint8_t >>(" 8, bbq-1-7" ));
371
+ instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 2 , 63 , uint8_t >>(" 8, bbq-2-63" ));
372
+ instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 4 , 127 , uint8_t >>(" 8, bbq-4-127" ));
373
+ instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 8 , 127 , uint8_t >>(" 8, bbq-8-127" ));
374
+ instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 1 , 7 , uint16_t >>(" 16, bbq-1-7" ));
375
+ instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 2 , 63 , uint16_t >>(" 16, bbq-2-63" ));
376
+ instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 4 , 127 , uint16_t >>(" 16, bbq-4-127" ));
377
+ instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 8 , 127 , uint16_t >>(" 16, bbq-8-127" ));
378
+ instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 1 , 7 , uint32_t >>(" 32, bbq-1-7" ));
379
+ instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 2 , 63 , uint32_t >>(" 32, bbq-2-63" ));
380
+ instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 4 , 127 , uint32_t >>(" 32, bbq-4-127" ));
381
+ instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 8 , 127 , uint32_t >>(" 32, bbq-8-127" ));
382
+ instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 1 , 7 , uint64_t >>(" 64, bbq-1-7" ));
383
+ instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 2 , 63 , uint64_t >>(" 64, bbq-2-63" ));
384
+ instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 4 , 127 , uint64_t >>(" 64, bbq-4-127" ));
385
+ instances.push_back (std::make_unique<benchmark_provider_relaxed<benchmark_default, 8 , 127 , uint64_t >>(" 64, bbq-8-127" ));
386
386
run_benchmark (pool, " bitset-sizes" , instances, 0.5 , processor_counts, TEST_ITERATIONS, TEST_TIME_SECONDS);
387
387
} break ;
388
388
case 9 : {
0 commit comments