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