summaryrefslogtreecommitdiff
path: root/benchmarks/examples.txt
diff options
context:
space:
mode:
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
+