Skip to content

Commit 3b3cf34

Browse files
Zainullin DamirZainullin Damir
authored andcommitted
++
1 parent 0925e26 commit 3b3cf34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/performance/outputStorage/testOutputStorage.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@ TEST(TestOutputStorage, Debug)
306306

307307
TEST(TestOutputStorage, Perf)
308308
{
309+
ipxp::output::ThreadAffinitySetter::setNumaNode(0);
309310
std::cout << "Perf test" << std::endl;
310311
// makePerformanceTest<ipxp::output::MCOutputStorage>("MCOutputStorage");
311-
makeTest<ipxp::output::RingOutputStorage<void*>>(1, {1}, false, 10'000'064);
312+
makeTest<ipxp::output::B2OutputStorage<void*>>(32, {32}, false, 80'000'000);
312313
}

0 commit comments

Comments
 (0)