TUDelftGeodesy / stmtools

Xarray extension for Space-Time Matrix
https://tudelftgeodesy.github.io/stmtools/
Apache License 2.0
6 stars 0 forks source link

Add performance test: should we add it? #59

Closed rogerkuou closed 7 months ago

rogerkuou commented 10 months ago

Add profiling tests on:

  1. STM subset/enrichment with multi-polygon on sorted STM should be faster than non-sorted STM.
  2. Time of loading a csv should roughly linearly scale with num of rows.

The profiling shoulf be executed only locally.

We can recommend running this test locally in CONTRIBUTE.md

rogerkuou commented 7 months ago

After di