You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
# 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}
43e324f
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.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.