summaryrefslogtreecommitdiff
path: root/benchmarks/examples.txt
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2019-08-11 16:24:15 +0200
committerUlrich Bauer <mail@ulrich-bauer.org>2019-08-11 16:24:53 +0200
commit93b0e7c84f936ad65152339af07c3ecbb2fd5a8a (patch)
tree6b4ea1e0d0f0fa2f3f290a58e98acde79a4b6ffe /benchmarks/examples.txt
parent670bdb1f5dbf5859708a078bde3f9a8fa5045faf (diff)
benchmark moved to repository "ripser-benchmark"
Diffstat (limited to 'benchmarks/examples.txt')
-rw-r--r--benchmarks/examples.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/benchmarks/examples.txt b/benchmarks/examples.txt
deleted file mode 100644
index d2ec1f9..0000000
--- a/benchmarks/examples.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-c++ -std=c++14 ripser.cpp -o ripser -Ofast -D NDEBUG -D STORE_DIAMETERS -D FILE_FORMAT_UPPER_TRIANGULAR_CSV -D PRINT_PERSISTENCE_PAIRS && /usr/bin/time -l ./ripser --dim 1 ~/Downloads/avian_all_nt_concat_jukes_cantor.csv
-
-c++ -std=c++14 ripser.cpp -o ripser -Ofast -D NDEBUG -D STORE_DIAMETERS -D FILE_FORMAT_DIPHA -D PRINT_PERSISTENCE_PAIRS && /usr/bin/time -l ./ripser --dim 2 ~/Bitbucket/phat-paper/benchmark/dipha/sphere_3_192.complex
-