Skip to content

Commit

Permalink
add get the best 3 times script
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio Vella flavio.vella@unitn.it () committed Jan 27, 2023
1 parent f55d5ad commit 22a44d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dataset/analyze-time.sh
@@ -0,0 +1,4 @@
#!/bin/bash


grep time $1 | cut -d " " -f7 | sort -n | head -n 3

0 comments on commit 22a44d2

Please sign in to comment.