mirror of
https://github.com/systemd/systemd.git
synced 2024-12-26 03:22:00 +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:
parent
061b2c4365
commit
59967d30e5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user