Skip to content

Commit 7aa5d4b

Browse files
committed
mctp-bench: Decrease interval to 2 seconds
The previous 10 seconds was too long to wait for output. Signed-off-by: Matt Johnston <[email protected]>
1 parent 266bc2b commit 7aa5d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mctp-bench.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ static const size_t MAX_LEN = 64 * 1024 - 1;
5151
static const uint32_t SEQ_START = UINT32_MAX - 5;
5252
static const uint16_t MAGIC_VAL = 0xbeca;
5353
static const int DEFAULT_NET = MCTP_NET_ANY;
54-
static const int DEFAULT_SECONDS_INTERVAL = 10;
54+
static const int DEFAULT_SECONDS_INTERVAL = 2;
5555

5656
static float get_throughput(float total_len, float elapsed_time)
5757
{

0 commit comments

Comments
 (0)