summaryrefslogtreecommitdiff
path: root/benchmarks/sphere_3_192/run_ripser.sh
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2017-06-21 21:18:57 +0200
committerUlrich Bauer <mail@ulrich-bauer.org>2017-06-21 21:18:57 +0200
commitc551fd32c8f67d62804a1ac925af9ea5e3479a9f (patch)
treebb8c8a48f9cbb4c3897c9529bcc7ac76524782df /benchmarks/sphere_3_192/run_ripser.sh
parent3145aa8c43e298bd0b735a5ac155027ccb4deca5 (diff)
parentd898ef27044bc7f10da478d16581915e95edc2c9 (diff)
Merge branch 'dev' into representative-cocycles
* dev: (28 commits) progress indicator benchmark using sparsehash updated benchmark typo in readme benchmark results gudhi benchmark output benchmark H^1 constructors fixed code reformatting code reformatting reordered initializers cleanup compressed distance matrix access fixed move constructor fix for missing constructor of diameter_entry_t allow for negative edge filtration values cleanup binomial coefficients more code reorganization code reorganization moved attribute packed don’t store diagonal in reduction matrix when not using coefficients ... # Conflicts: # Makefile # ripser.cpp # ripser.xcodeproj/project.pbxproj
Diffstat (limited to 'benchmarks/sphere_3_192/run_ripser.sh')
-rw-r--r--benchmarks/sphere_3_192/run_ripser.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmarks/sphere_3_192/run_ripser.sh b/benchmarks/sphere_3_192/run_ripser.sh
new file mode 100644
index 0000000..4cc1c3d
--- /dev/null
+++ b/benchmarks/sphere_3_192/run_ripser.sh
@@ -0,0 +1,3 @@
+/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
+