summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2019-07-13 19:15:05 +0200
committerUlrich Bauer <mail@ulrich-bauer.org>2019-07-13 19:15:05 +0200
commit90be3d58d9d4ac11793247103f9549f8cdcda3ec (patch)
tree97aeb943bbfeab1791b9dbad777125d88915de53
parent66dfebf82091ade8e2d16832aa5faabaf41c4dbf (diff)
disabled large examples
-rw-r--r--benchmarks/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/Dockerfile b/benchmarks/Dockerfile
index 1494c90..f88dd6d 100644
--- a/benchmarks/Dockerfile
+++ b/benchmarks/Dockerfile
@@ -112,10 +112,10 @@ WORKDIR /benchmark
RUN time -v -o sphere_3_192.ripser-store-reduced.txt ripser sphere_3_192.distance_matrix --dim 2
RUN time -v -o random.ripser-store-reduced.txt ripser random_point_cloud_50_16_.txt --format point-cloud --dim 7
# RUN time -v -o fractal-r.ripser-store-reduced.txt ripser fractal_9_5_2_random_edge_list.txt_0.19795_distmat.txt --dim 2
-RUN time -v -o dragon-2.ripser-store-reduced.txt ripser dragon_vrip.ply.txt_2000_.txt --format point-cloud --dim 1
+# RUN time -v -o dragon-2.ripser-store-reduced.txt ripser dragon_vrip.ply.txt_2000_.txt --format point-cloud --dim 1
# RUN time -v -o genome.ripser-store-reduced.txt ripser human_gene_distmat.txt --dim 1
RUN time -v -o o3_1024.ripser-store-reduced.txt ripser o3_1024.txt --format point-cloud --dim 3 --threshold 1.8 --ratio 2
-RUN time -v -o o3_4096.ripser-store-reduced.txt ripser o3_4096.txt --format point-cloud --dim 3 --threshold 1.4 --ratio 2
+# RUN time -v -o o3_4096.ripser-store-reduced.txt ripser o3_4096.txt --format point-cloud --dim 3 --threshold 1.4 --ratio 2
# RUN time -v -o clifford_torus_50000.ripser-store-reduced.txt ripser clifford_torus_50000.points.txt --format point-cloud --dim 2 --threshold .15 --ratio 2