generated from tophat/new-project-kit
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/checkout action to v4.1.1
- Loading branch information
1 parent
9893997
commit b5db102
Showing
3 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
if: "!contains(github.event.head_commit.message, '[skip ci]')" | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Setup Environment | ||
uses: ./.github/actions/setup-env | ||
- name: Install project dependencies | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
if: "!contains(github.event.head_commit.message, '[skip ci]')" | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Setup Environment | ||
uses: ./.github/actions/setup-env | ||
- name: Install project dependencies | ||
|
@@ -34,7 +34,7 @@ jobs: | |
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12-dev'] | ||
fail-fast: true | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Setup Environment | ||
uses: ./.github/actions/setup-env | ||
with: | ||
|
@@ -88,7 +88,7 @@ jobs: | |
if: "github.event_name == 'pull_request' && !contains(github.event.head_commit.message, '[skip ci]')" | ||
needs: [tests] | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Setup Environment | ||
uses: ./.github/actions/setup-env | ||
- name: Install project dependencies | ||
|
@@ -113,7 +113,7 @@ jobs: | |
# Dry run check does not need to wait for others | ||
if: github.event_name == 'pull_request' && github.event.pull_request.head.ref == 'next' && !contains(github.event.head_commit.message, '[skip ci]') | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup Environment | ||
|
@@ -136,7 +136,7 @@ jobs: | |
TWINE_USERNAME: __token__ | ||
TWINE_PASSWORD: ${{ secrets.PYPI_PUBLISH_TOKEN }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
fetch-depth: 0 | ||
persist-credentials: false | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
TWINE_USERNAME: __token__ | ||
TWINE_PASSWORD: ${{ secrets.PYPI_PUBLISH_TOKEN }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
fetch-depth: 0 | ||
persist-credentials: false | ||
|
b5db102
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
benchmarks/test_1000x.py::test_1000x_reads
0.5551190698718683
iter/sec (stddev: 0.054699644223499586
)0.6580955320933429
iter/sec (stddev: 0.08976676079589042
)1.19
benchmarks/test_1000x.py::test_1000x_writes
0.5468886584844348
iter/sec (stddev: 0.06398567642115734
)0.656088078409481
iter/sec (stddev: 0.08943095054187161
)1.20
benchmarks/test_standard.py::test_standard
0.5268527453691352
iter/sec (stddev: 0.09235833630585934
)0.6288748095449058
iter/sec (stddev: 0.0970910120591689
)1.19
This comment was automatically generated by workflow using github-action-benchmark.