From 03412b9f841f140b9b7410a1890298e3ac2835db Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Tue, 20 Oct 2020 13:35:52 -0400 Subject: TACLe and DIS benchmark fixes - Use consistent approach to prevent computations from being optimized out in the DIS benchmarks - Don't print results in the DIS benchmarks - Fix a memory corruption in TACLe's "epic" benchmark reflect1() - Fix return codes for all benchmarks - Rename run_baseline.sh to run_bench.sh in preperation for this being the main benchmarking script --- dis/Update/update.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dis/Update/update.c') diff --git a/dis/Update/update.c b/dis/Update/update.c index b7bf2b5..a41f3e1 100644 --- a/dis/Update/update.c +++ b/dis/Update/update.c @@ -134,10 +134,10 @@ int main(int argc, char **argv) { endTime = time(NULL); volatile int _stop_optimizer = hops; - // fprintf(stdout, "%u hops\n", hops); + //fprintf(stdout, "%u hops\n", hops); fprintf(stderr, "time for update stressmark = %f seconds.\n", difftime(endTime, startTime)); free(field); WRITE_TO_FILE - return (1); + return (0); } -- cgit v1.2.2