tests: perf don't bother printing all perf counters

This commit is contained in:
Daniel Agar 2020-11-11 00:34:04 -05:00
parent 12bf035642
commit 02a08c42b7

View File

@ -64,8 +64,6 @@ test_perf(int argc, char *argv[])
perf_end(ec);
printf("perf: expect count of 1\n");
perf_print_counter(ec);
printf("perf: expect at least two counters\n");
perf_print_all(1);
perf_free(cc);
perf_free(ec);