Deleted Added
full compact
tests.ms (1639) tests.ms (18715)
1.\" Copyright (c) 1983 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)tests.ms 6.2 (Berkeley) 4/16/91
1.\" Copyright (c) 1983 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)tests.ms 6.2 (Berkeley) 4/16/91
33.\" $Id$
33.\"
34.ds RH Tests
35.NH
36Tests
37.PP
38Our battery of tests consists of four programs,
39read_8192, write_8192, write_4096
40and rewrite_8192 originally written by [McKusick83]
41to evaluate the performance of the new file system in 4.2BSD.
34.\"
35.ds RH Tests
36.NH
37Tests
38.PP
39Our battery of tests consists of four programs,
40read_8192, write_8192, write_4096
41and rewrite_8192 originally written by [McKusick83]
42to evaluate the performance of the new file system in 4.2BSD.
42These programs all follow the the same model and are typified by
43These programs all follow the same model and are typified by
43read_8192 shown here.
44.DS
45#define BUFSIZ 8192
46main( argc, argv)
47char **argv;
48{
49 char buf[BUFSIZ];
50 int i, j;

--- 58 unchanged lines hidden ---
44read_8192 shown here.
45.DS
46#define BUFSIZ 8192
47main( argc, argv)
48char **argv;
49{
50 char buf[BUFSIZ];
51 int i, j;

--- 58 unchanged lines hidden ---