python-mastery/readrides_data.sh
2023-10-30 15:28:27 -05:00

6 lines
117 B
Bash
Executable File

#!/bin/bash
for method in tuple dict namedtuple class slots dataclass; do
time python readrides.py $method
done