-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix writer startup with starlette lifecycle (#2300)
* Fix writer startup with starlette lifecycle * zipp update * Lint
- Loading branch information
1 parent
2d4fb79
commit af05ba6
Showing
4 changed files
with
12 additions
and
18 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 |
---|---|---|
|
@@ -111,4 +111,4 @@ urllib3==1.26.19 | |
uvicorn==0.18.3 | ||
wrapt==1.16.0 | ||
yarl==1.9.4 | ||
zipp==3.17.0 | ||
zipp==3.19.2 |
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
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
af05ba6
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.
Benchmark
tests/search/unit/search/test_fetch.py::test_highligh_error
3125.880068212879
iter/sec (stddev: 0.000004142504011427114
)2841.0684406726436
iter/sec (stddev: 0.000004954958228416619
)0.91
This comment was automatically generated by workflow using github-action-benchmark.
af05ba6
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.
Benchmark
tests/search/unit/search/test_fetch.py::test_highligh_error
3024.114447153501
iter/sec (stddev: 0.000004208217818089725
)2841.0684406726436
iter/sec (stddev: 0.000004954958228416619
)0.94
This comment was automatically generated by workflow using github-action-benchmark.