From a64b31f1951ab50b91d7f08767b038d7f18625bc Mon Sep 17 00:00:00 2001 From: adash Date: Fri, 16 Apr 2010 00:21:42 +0000 Subject: [PATCH] changes to Game benchmark --- Robust/src/Benchmarks/Recovery/Game/java/RainForest.java | 2 +- Robust/src/Benchmarks/Recovery/Game/recovery/makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Robust/src/Benchmarks/Recovery/Game/java/RainForest.java b/Robust/src/Benchmarks/Recovery/Game/java/RainForest.java index 37738fac..a818bb7b 100644 --- a/Robust/src/Benchmarks/Recovery/Game/java/RainForest.java +++ b/Robust/src/Benchmarks/Recovery/Game/java/RainForest.java @@ -1,6 +1,6 @@ #define ROW 400 /* columns in the map */ #define COLUMN 100 /* rows of in the map */ -#define ROUNDS 1000 /* Number of moves by each player */ +#define ROUNDS 2000 /* Number of moves by each player */ #define PLAYERS 20 /* Number of Players when num Players != num of client machines */ #define RATI0 0.5 /* Number of lumberjacks to number of planters */ #define BLOCK 3 /* Area around the gamer to consider */ diff --git a/Robust/src/Benchmarks/Recovery/Game/recovery/makefile b/Robust/src/Benchmarks/Recovery/Game/recovery/makefile index c9bfc70e..05cb54ae 100644 --- a/Robust/src/Benchmarks/Recovery/Game/recovery/makefile +++ b/Robust/src/Benchmarks/Recovery/Game/recovery/makefile @@ -17,7 +17,7 @@ default: cpp ${MAINCLASS}.java > tmp1${MAINCLASS}.java ./extractLines ../../../../buildscript ${FLAGS1} -o Game ${SRC} - ../../../../buildscript ${DSMFLAGS} -o GameDSM ${SRC} +# ../../../../buildscript ${DSMFLAGS} -o GameDSM ${SRC} clean: rm tmp1RainForest.java -- 2.34.1