Skip to content

Benchmarking your system

Thomas Nipen edited this page Oct 16, 2022 · 4 revisions

If certain gridpp functions are not running as fast as expected, you can try to run the gridpp benchmark script, which is located here: https://github.com/metno/gridpp/blob/master/tests/benchmark.py.

Run the script as follows:

python benchmark.py

The script runs a set of gridpp functions, computes the time required, and compares this to what is expected.

Clone this wiki locally