Skip to content

Commit

Permalink
fix: update poetry build backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Negin-Ulster committed Nov 3, 2022
1 parent f444787 commit a28d3c8
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .poetry-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0b3
1.2.2
71 changes: 35 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ source = ['./src']
exclude_lines = ['pragma: no-cover', 'if TYPE_CHECKING:', '@abstractmethod']

[build-system]
requires = ['poetry-core>=1.1.0b3']
requires = ['poetry-core>=1.3.2']
build-backend = 'poetry.core.masonry.api'

1 comment on commit a28d3c8

@github-actions
Copy link

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: a28d3c8 Previous: f444787 Ratio
benchmarks/test_1000x.py::test_1000x_reads 0.7707227227759643 iter/sec (stddev: 0.0681131831704656) 0.7711612546899341 iter/sec (stddev: 0.06665926014198113) 1.00
benchmarks/test_1000x.py::test_1000x_writes 0.7366121250483433 iter/sec (stddev: 0.17243231592995) 0.7337313469199126 iter/sec (stddev: 0.17533425630210533) 1.00
benchmarks/test_standard.py::test_standard 0.6819150668540638 iter/sec (stddev: 0.1596224953757184) 0.6702402936318492 iter/sec (stddev: 0.16742175000112403) 0.98

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

Please sign in to comment.