svn commit: r318236 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Fri May 12 09:32:32 UTC 2017


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)
 


More information about the svn-src-user mailing list