Skip to content

Commit 2e320f9

Browse files
Zainullin DamirZainullin Damir
authored andcommitted
++
1 parent 2e6160a commit 2e320f9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/performance/outputStorage/testOutputStorage.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,13 @@ TEST(TestOutputStorage, Debug)
250250
}
251251
}
252252

253+
TEST(TestOutputStorage, Perf)
254+
{
255+
std::cout << "Perf test" << std::endl;
256+
// makePerformanceTest<ipxp::output::MCOutputStorage>("MCOutputStorage");
257+
makeTest<ipxp::output::LFNBOutputStorage>(1, {1}, false, 1'000'064);
258+
}
259+
253260
TEST(TestOutputStorage, TestB)
254261
{
255262
std::cout << "1 Writers, 1 Reader\n";

0 commit comments

Comments
 (0)