Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #! /bin/bash
- for x in {1..100}; do (time python3 new_table.py "$x") 2>&1 | tee -a new_100_test ; done;
- echo "run next"
- for x in {1..100}; do (time python3 old_table.py "$x") 2>&1 | tee -a old_100_test ; done;
Advertisement
Add Comment
Please, Sign In to add comment