6 lines
117 B
Bash
Executable File
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
|