-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #140 from developmentseed/nullfix
add fix for using is null
- Loading branch information
Showing
4 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f5d4c57
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'TiPg Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.30
.tests/benchmarks.py::test_benchmark_queryables
298.2872240037227
iter/sec (stddev: 0.0013712089721707593
)439.300669384239
iter/sec (stddev: 0.00011051197326519732
)1.47
tests/benchmarks.py::test_benchmark_items[geojson-1]
103.12735570809903
iter/sec (stddev: 0.002123457622727346
)134.19494161802075
iter/sec (stddev: 0.00031980952054504283
)1.30
tests/benchmarks.py::test_benchmark_items[csv-10]
75.1566828193599
iter/sec (stddev: 0.001912450490465613
)97.98819309229839
iter/sec (stddev: 0.0011802128905443144
)1.30
tests/benchmarks.py::test_benchmark_items[csv-200]
14.402675685305299
iter/sec (stddev: 0.0033780917877960026
)19.292190253325632
iter/sec (stddev: 0.0024498010819929248
)1.34
tests/benchmarks.py::test_benchmark_items[csv-250]
11.640403522574845
iter/sec (stddev: 0.00479146804929302
)15.691931612233255
iter/sec (stddev: 0.007668066831190365
)1.35
tests/benchmarks.py::test_benchmark_tile[4/8/5-WGS1984Quad]
86.41023099894556
iter/sec (stddev: 0.0032103252880456234
)145.67015910157846
iter/sec (stddev: 0.0006185525821461466
)1.69
tests/benchmarks.py::test_benchmark_tile[4/8/5-WebMercatorQuad]
61.93057139236294
iter/sec (stddev: 0.015458616069852672
)108.35328327960536
iter/sec (stddev: 0.0006943120639907678
)1.75
tests/benchmarks.py::test_benchmark_tile[6/33/25-WGS1984Quad]
102.60389826951581
iter/sec (stddev: 0.0031372282494998255
)195.99017972973544
iter/sec (stddev: 0.0005625669112904051
)1.91
tests/benchmarks.py::test_benchmark_tile[6/33/25-WebMercatorQuad]
110.13926008037951
iter/sec (stddev: 0.002769751510082749
)187.1695772009401
iter/sec (stddev: 0.00040874841401580017
)1.70
tests/benchmarks.py::test_benchmark_tilematrixset_endpoints[/tileMatrixSets]
284.879652097171
iter/sec (stddev: 0.0015284162720615405
)441.1386174977845
iter/sec (stddev: 0.00008127211902349351
)1.55
tests/benchmarks.py::test_benchmark_tilematrixset_endpoints[/tileMatrixSets/WebMercatorQuad]
382.022420299441
iter/sec (stddev: 0.0015673098671692876
)532.7969254762388
iter/sec (stddev: 0.00021381212034333785
)1.39
tests/benchmarks.py::test_benchmark_tilematrixset_endpoints[/collections/public.landsat_wrs/tiles/WGS1984Quad]
141.9559763943754
iter/sec (stddev: 0.0019845069146193083
)185.9609818775343
iter/sec (stddev: 0.0004695337976789282
)1.31
tests/benchmarks.py::test_benchmark_tilematrixset_endpoints[/collections/public.landsat_wrs/tiles/WebMercatorQuad]
135.023357229028
iter/sec (stddev: 0.0018019594767435098
)182.4968335261223
iter/sec (stddev: 0.0005136992803556794
)1.35
This comment was automatically generated by workflow using github-action-benchmark.