mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
test-bus-kernel-benchmark: corrected output for memfd bisect
This commit is contained in:
parent
83d97ce664
commit
6cbf6931d2
@ -138,7 +138,7 @@ static void client_bisect(const char *address) {
|
||||
if (now(CLOCK_MONOTONIC) >= t + arg_loop_usec)
|
||||
break;
|
||||
}
|
||||
printf("%u\n", (unsigned) ((n_copying * USEC_PER_SEC) / arg_loop_usec));
|
||||
printf("%u\n", (unsigned) ((n_memfd * USEC_PER_SEC) / arg_loop_usec));
|
||||
|
||||
if (n_copying == n_memfd)
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user