old readrides update from a previous ex

This commit is contained in:
Mike Bloy 2023-10-30 15:28:27 -05:00
parent 915c221f6f
commit bb416e73a5

View File

@ -1,5 +1,5 @@
#!/bin/bash
for method in tuple dict namedtuple class slots dataclass; do
python readrides.py $method
time python readrides.py $method
done