Skip to content

Commit f39b547

Browse files
authored
Remove timing command (#466)
Does not work on macOS.
1 parent b820c39 commit f39b547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exec/run_o2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ FILEIN="$2"
55
JSON="$3"
66
LOGFILE="$4"
77

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
8+
# Run the script.
9+
bash "$SCRIPT" "$FILEIN" "$JSON" > "$LOGFILE" 2>&1
1010
ExitCode=$?
1111

1212
# Show warnings and errors in the log file.

0 commit comments

Comments
 (0)