Skip to content

Commit

Permalink
update test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Sep 27, 2023
1 parent d3aad1f commit c806418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/titiler/extensions/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test = [
"pytest-cov",
"pytest-asyncio",
"httpx",
"jsonschema>=3.0,<4.18.0",
"pystac[validation]>=1.0.0,<2.0.0",
]
cogeo = [
"rio-cogeo>=5.0,<6.0",
Expand Down

1 comment on commit c806418

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'TiTiler performance Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: c806418 Previous: 108283f Ratio
WebMercator longest_transaction 0.21 s 0.12 s 1.75
WGS1984Quad elapsed_time 7.58 s 5.66 s 1.34
WGS1984Quad response_time 0.08 s 0.06 s 1.33
WGS1984Quad longest_transaction 0.1 s 0.07 s 1.43

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.