summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2019-07-13 19:35:53 +0200
committerUlrich Bauer <mail@ulrich-bauer.org>2019-07-13 19:35:53 +0200
commitc5e6da8a439653bf0348f91bff6e0cdce85a8f48 (patch)
treee27f770aaace28ae39dd04398058bf4bc95d1d9d
parent90be3d58d9d4ac11793247103f9549f8cdcda3ec (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 f88dd6d..7cc12bd 100644
--- a/benchmarks/Dockerfile
+++ b/benchmarks/Dockerfile
@@ -129,10 +129,10 @@ WORKDIR /benchmark
RUN time -v -o sphere_3_192.ripser-use-reduced.txt ripser sphere_3_192.distance_matrix --dim 2
RUN time -v -o random.ripser-use-reduced.txt ripser random_point_cloud_50_16_.txt --format point-cloud --dim 7
# RUN time -v -o fractal-r.ripser-use-reduced.txt ripser fractal_9_5_2_random_edge_list.txt_0.19795_distmat.txt --dim 2
-RUN time -v -o dragon-2.ripser-use-reduced.txt ripser dragon_vrip.ply.txt_2000_.txt --format point-cloud --dim 1
+# RUN time -v -o dragon-2.ripser-use-reduced.txt ripser dragon_vrip.ply.txt_2000_.txt --format point-cloud --dim 1
# RUN time -v -o genome.ripser-use-reduced.txt ripser human_gene_distmat.txt --dim 1
RUN time -v -o o3_1024.ripser-use-reduced.txt ripser o3_1024.txt --format point-cloud --dim 3 --threshold 1.8 --ratio 2
-RUN time -v -o o3_4096.ripser-use-reduced.txt ripser o3_4096.txt --format point-cloud --dim 3 --threshold 1.4 --ratio 2
+# RUN time -v -o o3_4096.ripser-use-reduced.txt ripser o3_4096.txt --format point-cloud --dim 3 --threshold 1.4 --ratio 2
# RUN time -v -o clifford_torus_50000.ripser-use-reduced.txt ripser clifford_torus_50000.points.txt --format point-cloud --dim 2 --threshold .15 --ratio 2