summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2017-01-09 11:56:45 +0100
committerUlrich Bauer <mail@ulrich-bauer.org>2017-01-09 11:56:45 +0100
commit0dc8dc9c9dd444951928dcf6c59967f9f617f488 (patch)
tree4af2f1d6fb28fb97b0b5759cd03f69bfae49ff81
parent2bed1bcf7f3d654b0f8332e003bb3ec602b84681 (diff)
benchmark H^1
-rw-r--r--benchmarks/sphere_3_192/run_benchmarks.sh4
-rw-r--r--benchmarks/sphere_3_192/run_dionysus.sh1
-rw-r--r--benchmarks/sphere_3_192/run_dipha.sh1
-rw-r--r--benchmarks/sphere_3_192/run_gudhi.sh1
-rw-r--r--benchmarks/sphere_3_192/run_ripser.sh1
5 files changed, 8 insertions, 0 deletions
diff --git a/benchmarks/sphere_3_192/run_benchmarks.sh b/benchmarks/sphere_3_192/run_benchmarks.sh
new file mode 100644
index 0000000..14cac6c
--- /dev/null
+++ b/benchmarks/sphere_3_192/run_benchmarks.sh
@@ -0,0 +1,4 @@
+. run_dionysus.sh
+. run_dipha.sh
+. run_gudhi.sh
+. run_ripser.sh
diff --git a/benchmarks/sphere_3_192/run_dionysus.sh b/benchmarks/sphere_3_192/run_dionysus.sh
new file mode 100644
index 0000000..1e5c7d3
--- /dev/null
+++ b/benchmarks/sphere_3_192/run_dionysus.sh
@@ -0,0 +1 @@
+/usr/bin/time -l ~/Source/Dionysus/examples/cohomology/rips-pairwise-cohomology -s2 -p2 ~/Bitbucket/phat-paper/benchmark/point\ cloud/sphere_3_192_points.dat 2>&1 | tee dionysus.out.txt
diff --git a/benchmarks/sphere_3_192/run_dipha.sh b/benchmarks/sphere_3_192/run_dipha.sh
new file mode 100644
index 0000000..312bcd7
--- /dev/null
+++ b/benchmarks/sphere_3_192/run_dipha.sh
@@ -0,0 +1 @@
+/usr/bin/time -l ~/Bitbucket/dipha/dipha --benchmark --upper_dim 2 --dual ~/Bitbucket/phat-paper/benchmark/dipha/sphere_3_192.complex /dev/null 2>&1 | tee dipha.out.txt
diff --git a/benchmarks/sphere_3_192/run_gudhi.sh b/benchmarks/sphere_3_192/run_gudhi.sh
new file mode 100644
index 0000000..a4c6c51
--- /dev/null
+++ b/benchmarks/sphere_3_192/run_gudhi.sh
@@ -0,0 +1 @@
+/usr/bin/time -l ~/Source/Gudhi_library_1.3.1/example/Persistent_cohomology/rips_persistence -d2 -p2 ~/Bitbucket/phat-paper/benchmark/point\ cloud/sphere_3_192_points.dat -o/dev/null 2>&1 | tee gudhi.out.txt
diff --git a/benchmarks/sphere_3_192/run_ripser.sh b/benchmarks/sphere_3_192/run_ripser.sh
new file mode 100644
index 0000000..209c410
--- /dev/null
+++ b/benchmarks/sphere_3_192/run_ripser.sh
@@ -0,0 +1 @@
+/usr/bin/time -l ~/Bitbucket/ripser/ripser ~/Bitbucket/ripser/examples/sphere_3_192.lower_distance_matrix 2>&1 | tee ripser.out.txt