Skip to content

Commit 9f2bc86

Browse files
committed
[XPTIFW] Addressing clang-format check fail
Signed-off-by: Vasanth Tovinkere <[email protected]>
1 parent 826503d commit 9f2bc86

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

xptifw/basic_test/performance_tests.cpp

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -542,14 +542,9 @@ void TestPerformance::runInstrumentationTestsThreads(
542542
void TestPerformance::runInstrumentationTests() {
543543
test::utils::TableModel Model;
544544

545-
test::utils::titles_t Columns{"Threads",
546-
"TP LU+Notify(ns)",
547-
"TP Create(ns)",
548-
"Ev/s,cb=10",
549-
"Ev/s,cb=100",
550-
"Ev/s,cb=500",
551-
"Ev/s,cb=1000",
552-
"Ev/s,cb=2000"};
545+
test::utils::titles_t Columns{
546+
"Threads", "TP LU+Notify(ns)", "TP Create(ns)", "Ev/s,cb=10",
547+
"Ev/s,cb=100", "Ev/s,cb=500", "Ev/s,cb=1000", "Ev/s,cb=2000"};
553548
std::cout << std::setw(Columns.size() * 15 / 2) << "Framework Tests\n";
554549
Model.setHeaders(Columns);
555550
uint8_t sid = xptiRegisterStream("xpti");

0 commit comments

Comments
 (0)