Skip to content

Commit

Permalink
chore: update devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
noahnu committed Feb 3, 2024
1 parent 5af385b commit 43e324f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/containers/python-3/.devcontainer/base.Dockerfile

# [Choice] Python version (use -bullseye variants on local arm64/Apple Silicon): 3, 3.10, 3.9, 3.8, 3.7, 3.6, 3-bullseye, 3.10-bullseye, 3.9-bullseye, 3.8-bullseye, 3.7-bullseye, 3.6-bullseye, 3-buster, 3.10-buster, 3.9-buster, 3.8-buster, 3.7-buster, 3.6-buster
ARG VARIANT="3.11-bullseye"
ARG VARIANT="3.12-bullseye"
FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}

# [Choice] Node.js version: none, lts/*, 16, 14, 12, 10
Expand Down

1 comment on commit 43e324f

@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: 43e324f Previous: 950997e Ratio
benchmarks/test_1000x.py::test_1000x_reads 0.7303770135823413 iter/sec (stddev: 0.05628996410353797) 0.7347531569318875 iter/sec (stddev: 0.06571901349220487) 1.01
benchmarks/test_1000x.py::test_1000x_writes 0.6622639504935941 iter/sec (stddev: 0.22532863112398824) 0.645318639823697 iter/sec (stddev: 0.2275165743148998) 0.97
benchmarks/test_standard.py::test_standard 0.6886337255231411 iter/sec (stddev: 0.03698890022351081) 0.6785496231805689 iter/sec (stddev: 0.0428997086269188) 0.99

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

Please sign in to comment.