-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
02d9211
commit 2ac83ae
Showing
2 changed files
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.5.2 | ||
current_version = 0.5.3 | ||
commit = True | ||
tag = True | ||
tag_name = {new_version} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""tipg.""" | ||
|
||
__version__ = "0.5.2" | ||
__version__ = "0.5.3" |
2ac83ae
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_items[html-10]
116.93556110903585
iter/sec (stddev: 0.0015299955303991928
)158.39461950644903
iter/sec (stddev: 0.0002544193398271572
)1.35
tests/benchmarks.py::test_benchmark_items[html-100]
40.91028653956797
iter/sec (stddev: 0.019240306977257985
)53.61894352318782
iter/sec (stddev: 0.012199514873105183
)1.31
This comment was automatically generated by workflow using github-action-benchmark.