We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336629d commit e95f317Copy full SHA for e95f317
generate.sh
@@ -3,5 +3,8 @@
3
mkdir -p output
4
for version in 2.7 3.5 3.6 3.7 3.8 3.9 3.10 3.11 3.12
5
do
6
- python$version dictresize.py $1 > output/$1$version.txt
+ python$version dictresize.py raw > output/raw$version.txt
7
+ python$version dictresize.py full > output/full$version.txt
8
done
9
+# Assuming `python` maps to a 3.6 or better version.
10
+python make_csv.py
0 commit comments