Re-run benchmark and update documentation (#1907)

Closes #269.
This commit is contained in:
Charlie Marsh 2023-01-16 01:38:58 -05:00 committed by GitHub
parent 3a3a5fcd81
commit 42031b8574
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 524 additions and 179 deletions

7
scripts/benchmarks/setup.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env sh
###
# Setup the CPython repository to enable benchmarking.
###
git clone --branch 3.10 https://github.com/python/cpython.git resources/test/cpython