Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2017 09:32:30 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r318236 - user/pho/stress2/misc
Message-ID:  <201705120932.v4C9WUcu046729@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pho
Date: Fri May 12 09:32:30 2017
New Revision: 318236
URL: https://svnweb.freebsd.org/changeset/base/318236

Log:
  Style.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  user/pho/stress2/misc/select.sh

Modified: user/pho/stress2/misc/select.sh
==============================================================================
--- user/pho/stress2/misc/select.sh	Fri May 12 09:30:57 2017	(r318235)
+++ user/pho/stress2/misc/select.sh	Fri May 12 09:32:30 2017	(r318236)
@@ -73,8 +73,8 @@ static pthread_barrier_t barr;
 static sig_atomic_t alarms;
 static int lines;
 
-#define N 2000 /* also seen fail with N = 20.000 */
 #define LINES 128000
+#define N 2000 /* also seen fail with N = 20.000 */
 #define PARALLEL 16 /* Fails seen with 1 - 16 */
 #define RUNTIME (10 * 60)
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705120932.v4C9WUcu046729>