diff options
author | Mans Rullgard <mans@mansr.com> | 2011-05-18 15:05:26 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-05-18 15:38:25 +0100 |
commit | d4a7df423c7eda78185d79fb81ffe36b3d4253c4 (patch) | |
tree | abb282e1393473f97a4bd7edafea6f361f65db40 /tests/lavfi-regression.sh | |
parent | a06bf6368be2acb760a10289645eba1f65bf967b (diff) | |
download | ffmpeg-d4a7df423c7eda78185d79fb81ffe36b3d4253c4.tar.gz |
fate: do not collect -benchmark output
The old regtest scripts pass -benchmark and collect the utime values.
As these values are never used, this machinery can be removed.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/lavfi-regression.sh')
-rwxr-xr-x | tests/lavfi-regression.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh index 17988192df..b2a195a90e 100755 --- a/tests/lavfi-regression.sh +++ b/tests/lavfi-regression.sh @@ -12,7 +12,6 @@ set -e eval do_$test=y rm -f "$logfile" -rm -f "$benchfile" do_video_filter() { label=$1 |