Skip to content

Commit

Permalink
test: perf: random: remove unnecessary odp_shm_print_all() call
Browse files Browse the repository at this point in the history
To reduce output clutter, remove an unnecessary odp_shm_print_all()
call.

Signed-off-by: Jere Leppänen <[email protected]>
Reviewed-by: Matias Elo <[email protected]>
  • Loading branch information
JereLeppanen authored and MatiasElo committed Sep 3, 2024
1 parent c031d45 commit 6a89c12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/performance/odp_random.c
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,6 @@ int main(int argc, char **argv)
global->thread_arg[i].data = addr + i * size;
}

odp_shm_print_all();

switch (odp_random_max_kind()) {
case ODP_RANDOM_TRUE:
test_type(instance, global, ODP_RANDOM_TRUE);
Expand Down

0 comments on commit 6a89c12

Please sign in to comment.