Skip to content

Commit

Permalink
Bump version: 0.6.2 → 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Feb 2, 2024
1 parent b4732c0 commit 53646a2
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 = 0.6.2
current_version = 0.6.3
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion tipg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""tipg."""

__version__ = "0.6.2"
__version__ = "0.6.3"

2 comments on commit 53646a2

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

Benchmark suite Current: 53646a2 Previous: b4732c0 Ratio
tests/benchmarks.py::test_benchmark_items[geojson-200] 36.35611467697342 iter/sec (stddev: 0.01843097184742119) 51.64520689379685 iter/sec (stddev: 0.00029661762225133357) 1.42
tests/benchmarks.py::test_benchmark_items[geojson-250] 31.978697267819022 iter/sec (stddev: 0.020554193906413925) 43.89434946121884 iter/sec (stddev: 0.0004133312969233749) 1.37
tests/benchmarks.py::test_benchmark_items[csv-10] 114.48620396387922 iter/sec (stddev: 0.0011328189748882986) 152.5391896059054 iter/sec (stddev: 0.0003797271589902969) 1.33
tests/benchmarks.py::test_benchmark_items[html-10] 116.08669581459809 iter/sec (stddev: 0.0005508380044703556) 157.35380674206957 iter/sec (stddev: 0.000299718563220687) 1.36
tests/benchmarks.py::test_benchmark_items[html-50] 67.6397709632372 iter/sec (stddev: 0.011687349170626995) 94.82486571417012 iter/sec (stddev: 0.00040250367291194873) 1.40
tests/benchmarks.py::test_benchmark_item[geojson-Saskatchewan] 42.34256689744529 iter/sec (stddev: 0.028841272934423234) 55.25246698064548 iter/sec (stddev: 0.01906105031859481) 1.30

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

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

Benchmark suite Current: 53646a2 Previous: b4732c0 Ratio
tests/benchmarks.py::test_benchmark_items[geojson-250] 33.69177424506521 iter/sec (stddev: 0.018552196489944692) 43.89434946121884 iter/sec (stddev: 0.0004133312969233749) 1.30

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

Please sign in to comment.