-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
25 lines (17 loc) · 743 Bytes
/
README
File metadata and controls
25 lines (17 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Credit to Adrian Lopez for answering and user980411 for asking some
timing code at
https://stackoverflow.com/questions/10192903/time-in-milliseconds
Citations for algorithms are a work in progress. At the time of this
writing, the entry point to reconstruct all data is at
https://github.com/y-256/libdivsufsort/blob/wiki/SACA_Benchmarks.md
BUILDING
# make
CLEANING
# make clean
TESTING
# ./tests.sh
By running tests.sh, it will automatically perform 100 tests of each
program over each test input file printing out programs and file names
as they change, and run information is printed at the number of
executed instructions on the CPU and the peak memory usage in KB as
seperated columns, with each row being a distinct run.