Skip to content

Commit

Permalink
Merge branch 'main' of github.com:onbings/bofstd
Browse files Browse the repository at this point in the history
  • Loading branch information
bha-evs committed Mar 1, 2024
2 parents 737dfe6 + 85d5933 commit 495fd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/ut_circularbuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ TEST(CircularBuffer_Test, Perf)
Index_U32 = 0;
}
}
printf("%llu Push Min %llu Mean %llu Max %llu Lck %llu\n", Profiler.GetNbSample(0), Profiler.GetMin(0), Profiler.GetMean(0), Profiler.GetMax(0), Profiler.GetLockCount(0));
printf("%ld Push Min %ld Mean %ld Max %ld Lck %ld\n", Profiler.GetNbSample(0), Profiler.GetMin(0), Profiler.GetMean(0), Profiler.GetMax(0), Profiler.GetLockCount(0));

Index_U32 = 0;
for (i_U32 = 0; i_U32 < NB_QUEUE_OP; i_U32++)
Expand Down

0 comments on commit 495fd7e

Please sign in to comment.