We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266bc2b commit 7aa5d4bCopy full SHA for 7aa5d4b
src/mctp-bench.c
@@ -51,7 +51,7 @@ static const size_t MAX_LEN = 64 * 1024 - 1;
51
static const uint32_t SEQ_START = UINT32_MAX - 5;
52
static const uint16_t MAGIC_VAL = 0xbeca;
53
static const int DEFAULT_NET = MCTP_NET_ANY;
54
-static const int DEFAULT_SECONDS_INTERVAL = 10;
+static const int DEFAULT_SECONDS_INTERVAL = 2;
55
56
static float get_throughput(float total_len, float elapsed_time)
57
{
0 commit comments