Fast TA Testing And Benchmarking

Testing

The tests.py script located in the tests folder is the script we use to test the Fast TA library.

To view help, simply run:

python3.x tests/tests.py

NOTE: The TA library is required for testing.

Benchmarking

Withing the benchmarks folder, there are scripts written to benchmark the relative performance between the Fast TA and TA libraries.

To execute all benchmarks, simply run:

cd benchmarks && ./run_all.sh

NOTE: The TA library is required for benchmarking.