From 22a44d252d234a5e288a99301cdc2370c93dc857 Mon Sep 17 00:00:00 2001 From: "Flavio Vella flavio.vella@unitn.it ()" Date: Fri, 27 Jan 2023 01:03:30 -0800 Subject: [PATCH] add get the best 3 times script --- dataset/analyze-time.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 dataset/analyze-time.sh diff --git a/dataset/analyze-time.sh b/dataset/analyze-time.sh new file mode 100755 index 0000000..ed931f3 --- /dev/null +++ b/dataset/analyze-time.sh @@ -0,0 +1,4 @@ +#!/bin/bash + + +grep time $1 | cut -d " " -f7 | sort -n | head -n 3