Re: svn commit: r335941 - head/tools/tools/syscall_timing

2018-07-04 Thread Edward Napierala
2018-07-04 16:26 GMT+01:00 Rodney W. Grimes : > > > Author: trasz > > > Date: Wed Jul 4 13:34:43 2018 > > > New Revision: 335941 > > > URL: https://svnweb.freebsd.org/changeset/base/335941 > > > > > > Log: > ... > > > +#ifdef notyet > > > + /* > > > +* XXX: Doesn't work; kernel pipe buffer

Re: svn commit: r335941 - head/tools/tools/syscall_timing

2018-07-04 Thread Rodney W. Grimes
> > Author: trasz > > Date: Wed Jul 4 13:34:43 2018 > > New Revision: 335941 > > URL: https://svnweb.freebsd.org/changeset/base/335941 > > > > Log: ... > > +#ifdef notyet > > + /* > > +* XXX: Doesn't work; kernel pipe buffer too small? > > +*/ > > + { "pipeping_10", test_pipeping,

Re: svn commit: r335941 - head/tools/tools/syscall_timing

2018-07-04 Thread Rodney W. Grimes
> Author: trasz > Date: Wed Jul 4 13:34:43 2018 > New Revision: 335941 > URL: https://svnweb.freebsd.org/changeset/base/335941 > > Log: > Add a trivial "pipe ping" (two processes) benchmark. > > Obtained from: CheriBSD > MFC after: 2 weeks > Sponsored by: DARPA, AFRL > > M

svn commit: r335941 - head/tools/tools/syscall_timing

2018-07-04 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 4 13:34:43 2018 New Revision: 335941 URL: https://svnweb.freebsd.org/changeset/base/335941 Log: Add a trivial "pipe ping" (two processes) benchmark. Obtained from:CheriBSD MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/tools/tools/