From 566d265011fffd1ccb58bcf9d4d8138d27d1f36a Mon Sep 17 00:00:00 2001 From: Benjamin Scott Pruett Date: Mon, 26 Oct 2015 12:29:40 -0400 Subject: [PATCH] Update speed value for new rlogin hardware --- config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.h b/config.h index 2df9fb8..f88e24c 100644 --- a/config.h +++ b/config.h @@ -43,11 +43,11 @@ * to their score. This deters students from building extremely fast, * but extremely stupid malloc packages. * - * gback@cs.vt.edu: I set this to a value that is achieved by a r/b - * tree-based implementation on our rlogin cluster as of Fall 2014; - * regardless of the speed of the actual libc + * gback@cs.vt.edu/spruett3@vt.edu: I set this to a value that is achieved by a r/b + * tree-based implementation on our rlogin cluster as of Fall 2015; + * regardless of the speed of the actual libc. Updated in Fall 2015. */ -#define AVG_LIBC_THRUPUT 14.6E6 /* 14600 Kops/sec */ +#define AVG_LIBC_THRUPUT 25.6E6 /* 14600 Kops/sec */ /* * This constant determines the contributions of space utilization