diff options
| author | Felipe Boeira <felipe.boeira@liu.se> | 2020-03-04 14:49:23 +0100 |
|---|---|---|
| committer | Felipe Boeira <felipe.boeira@liu.se> | 2020-03-04 14:49:23 +0100 |
| commit | aa02564229d69a16da3d34a3742233aac81fd8b1 (patch) | |
| tree | c958a2f70d55ae7c3720d28559b3a5448b3f42b2 /src/examples/pfs.h | |
| parent | a2730d47f02ddd8c40021bfdd962b986b09fc556 (diff) | |
| download | pintos-aa02564229d69a16da3d34a3742233aac81fd8b1.tar.gz | |
Updated tests
Diffstat (limited to 'src/examples/pfs.h')
| -rw-r--r-- | src/examples/pfs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/examples/pfs.h b/src/examples/pfs.h index 2ba7fce..dc13303 100644 --- a/src/examples/pfs.h +++ b/src/examples/pfs.h @@ -1,2 +1,4 @@ -#define BIG 3000 +#define BIG 100 #define TIMES 500 +#define N_PROC 10 +#define R_BYTES 100 |
