Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent d070802 commit 7a07019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
echo "version=$(cat .poetry-version | tr -d '\n')" >> $GITHUB_OUTPUT
shell: bash
- name: Set up Python ${{ inputs.python-version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: ${{ inputs.python-version }}
- name: Install Poetry
Expand Down

1 comment on commit 7a07019

@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: 7a07019 Previous: d070802 Ratio
benchmarks/test_1000x.py::test_1000x_reads 0.7308704245526602 iter/sec (stddev: 0.05643986431128178) 0.7125922344631596 iter/sec (stddev: 0.06904534739774841) 0.97
benchmarks/test_1000x.py::test_1000x_writes 0.7174448449108746 iter/sec (stddev: 0.06338180779547327) 0.6987456750565235 iter/sec (stddev: 0.08388665120478336) 0.97
benchmarks/test_standard.py::test_standard 0.7025684316444947 iter/sec (stddev: 0.07368490002400112) 0.6871572122602901 iter/sec (stddev: 0.09272606393333202) 0.98

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

Please sign in to comment.