aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-10-29 23:10:58 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-10-29 23:10:58 +0200
commit46f19f4c8b00b067db59620d31a7b980dfef2c9e (patch)
tree1266ac60585e01da1b6657a05dbfdf2228036f91
parent20f9c8e05b7516b70c8428365ccab25f9fa27856 (diff)
downloadcache-benchmarks-46f19f4c8b00b067db59620d31a7b980dfef2c9e.tar.gz
cache-benchmarks-46f19f4c8b00b067db59620d31a7b980dfef2c9e.tar.bz2
runtest: Set initial cache capacity to 1
-rwxr-xr-xsrc/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtest b/src/runtest
index 2a24481..e11f7c7 100755
--- a/src/runtest
+++ b/src/runtest
@@ -10,7 +10,7 @@ use File::Basename;
use File::Spec;
my $nsamples = 1; # Number of times to run each test.
-my $c_init = 100; # Initial cache capacity.
+my $c_init = 1; # Initial cache capacity.
my $c_step = 100; # Cache capacity increment.
my $c_final = 100; # Final cache capacity.
my $drop_caches; # Drop system disk caches before each run.

Return to:

Send suggestions and report system problems to the System administrator.