Skip to content

Commit fe12cd2

Browse files
authored
Fix stale full pipeline benchmark numbers in README (#1077) (#1079)
NumPy was listed as 2.7s but measures ~784ms after recent reproject and geotiff optimizations. rioxarray updated from 418ms to 749ms to reflect current measurement on the same workload.
1 parent 8e1c947 commit fe12cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,10 @@ Built-in Numba JIT and CUDA projection kernels bypass pyproj for per-pixel coord
262262

263263
| Backend | Time |
264264
|:---|---:|
265-
| NumPy | 2.7s |
265+
| NumPy | 784ms |
266266
| CuPy GPU | 348ms |
267267
| Dask+CuPy GPU | 343ms |
268-
| rioxarray (GDAL) | 418ms |
268+
| rioxarray (GDAL) | 749ms |
269269

270270
**Merge performance** (4 overlapping same-CRS tiles, vs rioxarray):
271271

0 commit comments

Comments
 (0)