rickyrick2000

benchmark.sh

Jun 6th, 2022
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. #! /bin/bash
  2.  
  3. for x in {1..2}; do time python3 new_table.py "$x"; done  2>&1 | tee new_100_test
  4. echo "run next"
  5. 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