We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f8370 commit 017debcCopy full SHA for 017debc
1 file changed
experimental/bench_segmented_algos.cpp
@@ -2492,8 +2492,7 @@ void run_benchmarks()
2492
2493
{
2494
std::cout << "--- bc::deque<" << typeid(T).name() << "> ---\n";
2495
- //bc::deque<T, void, bc::deque_options_t<bc::block_size<4096> > > dq;
2496
- bc::deque<T> dq;
+ bc::deque<T, void, bc::deque_options_t<bc::block_size<128> > > dq;
2497
fill_test_data(dq, N);
2498
run_all(dq, iter, "deque");
2499
std::cout << "\n";
@@ -2517,6 +2516,6 @@ int main()
2517
2516
2518
//run_benchmarks<int>();
2519
run_benchmarks<MyInt>();
2520
- //run_benchmarks<MyFatInt>();
+ run_benchmarks<MyFatInt>();
2521
return 0;
2522
}
0 commit comments