Skip to content

Commit

Permalink
Reenable --keepgoing and multiple --trials for accelerate
Browse files Browse the repository at this point in the history
  • Loading branch information
rrnewton committed Jul 8, 2014
1 parent 5161bc6 commit 1096271
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions accelerate/run-accelerate-benchmark.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ TRIALS=3
# List which benchmarks are available: # List which benchmarks are available:
./run-accelerate-benchmark.exe -l ./run-accelerate-benchmark.exe -l


# Enable upload of benchmarking data to a Google Fusion Table: PERSISTENCE="--keepgoing --trials=$TRIALS"
./run-accelerate-benchmark.exe --fusion-upload --name=$TABLENAME --clientid=$CLIENTID --clientsecret=$SECRET $*


# DISABLING --keepgoing for now # Enable upload of benchmarking data to a Google Fusion Table:
# DISABLING --trials=$TRIALS ./run-accelerate-benchmark.exe $PERSISTENCE --fusion-upload --name=$TABLENAME --clientid=$CLIENTID --clientsecret=$SECRET $*

0 comments on commit 1096271

Please sign in to comment.