summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2019-07-13 18:41:24 +0200
committerUlrich Bauer <mail@ulrich-bauer.org>2019-07-13 18:41:24 +0200
commit66dfebf82091ade8e2d16832aa5faabaf41c4dbf (patch)
tree9856b246a32af07cb412b33f2da77c855ffd3bd1
parent4b1db3c6b2cbe0145f038436d70ffbbec56f820d (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 2a56c75..1494c90 100644
--- a/benchmarks/Dockerfile
+++ b/benchmarks/Dockerfile
@@ -111,7 +111,7 @@ RUN git pull && git checkout benchmarks/store-reduced-matrix \
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 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 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
@@ -128,7 +128,7 @@ RUN git pull && git checkout benchmarks/use-reduced-matrix \
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 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 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