We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b820c39 commit f39b547Copy full SHA for f39b547
exec/run_o2.sh
@@ -5,8 +5,8 @@ FILEIN="$2"
5
JSON="$3"
6
LOGFILE="$4"
7
8
-# Run the script and show how much time it took.
9
-/usr/bin/time -f "time: %E\nCPU: %P" bash "$SCRIPT" "$FILEIN" "$JSON" > "$LOGFILE" 2>&1
+# Run the script.
+bash "$SCRIPT" "$FILEIN" "$JSON" > "$LOGFILE" 2>&1
10
ExitCode=$?
11
12
# Show warnings and errors in the log file.
0 commit comments