/code-benchmark

This repository contains benchmarking files that we can use to test code optimisation techniques

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

code-benchmark

This repository contains benchmarking files that we can use to test code optimization techniques.

To run the python tests you can do this with:

python3 ./python/test.py

You can modify the runtime by changing the LIST_LENGTH variable in the test.py.