On Sat, May 27, 2023 at 11:10:23AM -0700, Enji Cooper wrote: > > > On May 27, 2023, at 1:35 AM, Peter Holm <[email protected]> wrote: > > > > The branch main has been updated by pho: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=acfb06062a6862f7c823242243e68f7bcaf29999 > > > > commit acfb06062a6862f7c823242243e68f7bcaf29999 > > Author: Peter Holm <[email protected]> > > AuthorDate: 2023-05-27 08:31:00 +0000 > > Commit: Peter Holm <[email protected]> > > CommitDate: 2023-05-27 08:31:00 +0000 > > > > stress2: Fix warnings > > It seems like `n` could be removed in all of the sample programs. > Cheers, > -Enji >
Both 'n' and 'm' are used if DEBUG is defined. [pho@mercat1 /usr/src/tools/test/stress2/misc]$ ./reaper2.sh n = 19779 out of 56033 n = 20099 out of 56319 n = 20121 out of 56406 : - Peter
