same timer for all tests
authorLaurent MAZET <laurent.mazet@thalesgroup.com>
Mon, 6 Oct 2025 09:37:17 +0000 (11:37 +0200)
committerLaurent MAZET <laurent.mazet@thalesgroup.com>
Mon, 6 Oct 2025 09:37:17 +0000 (11:37 +0200)
pipe_lat.c

index b30397be4551beb627ca7c421747d0410925acd6..016e770fbf22bac6597405c68f3df20ec23bcde3 100644 (file)
@@ -24,7 +24,7 @@ int (*parse_arg_ext) (char *) = NULL;
 
 #define MSGLEN 128
 #define MAXBUF 1024
-#define TIMER 100
+#define TIMER 1000
 
 pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
 ts_t ts1, ts2;