Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Nov 3, 2023
1 parent c9903d3 commit 6008d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0a2
current_version = 1.0.0a3
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion titiler/pgstac/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""titiler.pgstac"""

__version__ = "1.0.0a2"
__version__ = "1.0.0a3"

1 comment on commit 6008d1b

@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-pgSTAC Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: 6008d1b Previous: 32819c8 Ratio
.github/workflows/tests/benchmarks.py::test_benchmark_tile[0/0/0] 3.1434173194026047 iter/sec (stddev: 0.009404552700213646) 4.353793047403886 iter/sec (stddev: 0.002849179252438691) 1.39
.github/workflows/tests/benchmarks.py::test_benchmark_tile[1/1/1] 6.5239078192188895 iter/sec (stddev: 0.006179899103655339) 8.807826711443738 iter/sec (stddev: 0.004404224111827514) 1.35
.github/workflows/tests/benchmarks.py::test_benchmark_tile[3/5/0] 16.844352443983887 iter/sec (stddev: 0.0032825767132740077) 22.30585451853073 iter/sec (stddev: 0.0034349511654848787) 1.32
.github/workflows/tests/benchmarks.py::test_benchmark_tile[4/5/9] 23.081416978086292 iter/sec (stddev: 0.004078982380898048) 31.01473895407288 iter/sec (stddev: 0.003019440149818666) 1.34
.github/workflows/tests/benchmarks.py::test_benchmark_tile[5/16/5] 21.508552825842923 iter/sec (stddev: 0.0030551132213525365) 28.553554077961213 iter/sec (stddev: 0.0028231945989486717) 1.33
.github/workflows/tests/benchmarks.py::test_benchmark_tile[6/43/31] 19.523241606968313 iter/sec (stddev: 0.003894734876568537) 25.75150349778378 iter/sec (stddev: 0.003189181777540428) 1.32

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

Please sign in to comment.