summaryrefslogtreecommitdiff
path: root/benchmarks/examples.txt
diff options
context:
space:
mode:
authorUlrich Bauer <ulrich.bauer@tum.de>2016-05-21 17:57:56 +0200
committerUlrich Bauer <ulrich.bauer@tum.de>2016-05-21 17:57:56 +0200
commitf2951f267f966718f6c56cc067aa598a9bb132b7 (patch)
treef2e82a1b72485eec5cecdf5fc76ea3202ed8f45e /benchmarks/examples.txt
parente3ca5273bba3c9dc7792311a15e1fb0330406a1a (diff)
benchmarks
Diffstat (limited to 'benchmarks/examples.txt')
-rw-r--r--benchmarks/examples.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmarks/examples.txt b/benchmarks/examples.txt
new file mode 100644
index 0000000..39afeb6
--- /dev/null
+++ b/benchmarks/examples.txt
@@ -0,0 +1,4 @@
+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 --top_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 --top_dim 2 ~/Bitbucket/phat-paper/benchmark/dipha/sphere_3_192.complex
+