1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 01:55:32 +03:00

bus-benchmark: lower loop time to 100ms by default, to ensure "make check" finishes more quickly

To get useful results you should however specify a much longer time on
the command line.
This commit is contained in:
Lennart Poettering 2013-06-04 12:00:50 +02:00
parent 061b2c4365
commit 59967d30e5

View File

@ -34,7 +34,7 @@
#define MAX_SIZE (1*1024*1024)
static usec_t arg_loop_usec = 10 * USEC_PER_SEC;
static usec_t arg_loop_usec = 100 * USEC_PER_MSEC;
static void server(sd_bus *b, size_t *result) {
int r;