-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping version from 1.5.0-alpha.0 to 1.5.0
- Loading branch information
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
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,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "vpype" | ||
version = "1.5.0-alpha.0" | ||
version = "1.5.0" | ||
description = "The Swiss Army knife of vector graphics for pen plotters" | ||
authors = ["Antoine Beyeler <[email protected]>"] | ||
license = "MIT" | ||
|
d6706bc
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.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.50
.tests/test_benchmarks.py::test_benchmark_viewer[outline]
0.24134397166529414
iter/sec (stddev: 4.421460846077865
)0.775653177300153
iter/sec (stddev: 0.008001008539841705
)3.21
tests/test_benchmarks.py::test_benchmark_viewer[outline_points]
0.36310866744884546
iter/sec (stddev: 1.287454152399168
)0.6772845252520628
iter/sec (stddev: 0.08499636166375782
)1.87
tests/test_benchmarks.py::test_benchmark_viewer[outline_pen_up]
0.2731927179011703
iter/sec (stddev: 1.263179635806961
)0.44842133429795195
iter/sec (stddev: 0.09563299740768955
)1.64
tests/test_benchmarks.py::test_benchmark_viewer[outline_colorful]
0.42217351320635615
iter/sec (stddev: 1.0235457348577566
)0.7292614411493127
iter/sec (stddev: 0.02036546741310414
)1.73
This comment was automatically generated by workflow using github-action-benchmark.