Skip to content

Commit 9c9815d

Browse files
Zainullin DamirZainullin Damir
authored andcommitted
++
1 parent 20a072c commit 9c9815d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/performance/outputStorage/testOutputStorage.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,9 @@ TEST(TestOutputStorage, YYY)
295295

296296
TEST(TestOutputStorage, Debug)
297297
{
298+
ipxp::output::ThreadAffinitySetter::setNumaNode(0);
299+
makePerformanceTest<ipxp::output::B2OutputStorage<void*>>("B2OutputStorage");
300+
return;
298301
for (const auto testIndex : std::views::iota(0, 100)) {
299302
std::cout << " Debug Loop Iteration " << testIndex << "\n";
300303
makeTest<ipxp::output::BOutputStorage<void*>>(32, {32}, false, 10'000'000);

0 commit comments

Comments
 (0)