From 8dfefc152f16f9fd9e8aa0910fd4d23d6543d87e Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Fri, 29 May 2020 12:44:28 -0400 Subject: Add DIS benchmarks and scripts as they were used for Joshua's PRP Note that Neighborhood has been modified to use less space --- dis/original/runDIS4.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 dis/original/runDIS4.sh (limited to 'dis/original/runDIS4.sh') diff --git a/dis/original/runDIS4.sh b/dis/original/runDIS4.sh new file mode 100755 index 0000000..58072a5 --- /dev/null +++ b/dis/original/runDIS4.sh @@ -0,0 +1,5 @@ +#!/bin/bash +cat inputs/Neighborhood/in0 | ./neighborhood neighborhood 1 3 Oct19-neighborhoodtest 1 +cat inputs/Pointer/in0 | ./pointer pointer 10 3 Oct19-pointertest 1 +cat inputs/Transitive/in1 | ./transitive transitive 800 3 Oct19-transitivetest 1 +cat inputs/Update/in0 | ./update update 1000 3 Oct19-updatetest 1 -- cgit v1.2.2