summaryrefslogtreecommitdiff
path: root/benchmarks/sphere_3_192/run_ripser.sh
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2017-03-20 15:45:21 +0100
committerUlrich Bauer <mail@ulrich-bauer.org>2017-03-20 15:45:21 +0100
commita5ada276181dadded36a8cb19d83466d1f098278 (patch)
tree037c48815c5b7f87cd1ebf8debea1e2bf159c5dd /benchmarks/sphere_3_192/run_ripser.sh
parent5316ac671d2124ea66bc8d4c0f77528c68078b20 (diff)
updated benchmark
Diffstat (limited to 'benchmarks/sphere_3_192/run_ripser.sh')
-rw-r--r--benchmarks/sphere_3_192/run_ripser.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/sphere_3_192/run_ripser.sh b/benchmarks/sphere_3_192/run_ripser.sh
index 209c410..4cc1c3d 100644
--- a/benchmarks/sphere_3_192/run_ripser.sh
+++ b/benchmarks/sphere_3_192/run_ripser.sh
@@ -1 +1,3 @@
-/usr/bin/time -l ~/Bitbucket/ripser/ripser ~/Bitbucket/ripser/examples/sphere_3_192.lower_distance_matrix 2>&1 | tee ripser.out.txt
+/usr/bin/time -l ~/Bitbucket/ripser/ripser ~/Bitbucket/ripser/examples/sphere_3_192.lower_distance_matrix 2>&1 | tee ripser.dim_1.out.txt
+/usr/bin/time -l ~/Bitbucket/ripser/ripser ~/Bitbucket/ripser/examples/sphere_3_192.lower_distance_matrix --dim 2 2>&1 | tee ripser.dim_2.out.txt
+