Skip to content

Commit e95f317

Browse files
committed
make generate.sh do everything in one step
1 parent 336629d commit e95f317

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

generate.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
mkdir -p output
44
for version in 2.7 3.5 3.6 3.7 3.8 3.9 3.10 3.11 3.12
55
do
6-
python$version dictresize.py $1 > output/$1$version.txt
6+
python$version dictresize.py raw > output/raw$version.txt
7+
python$version dictresize.py full > output/full$version.txt
78
done
9+
# Assuming `python` maps to a 3.6 or better version.
10+
python make_csv.py

0 commit comments

Comments
 (0)