diff options
author | metamuffin <metamuffin@disroot.org> | 2025-05-05 15:09:54 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-05-05 15:09:54 +0200 |
commit | 306f96164784a8cbf405e72fa4364d6523366e95 (patch) | |
tree | 51717fc139871baa438aad806f4923669ae0896c /evc/scripts/report | |
parent | 9cc089e2d6e841879e430b01d2f3d92c8820523e (diff) | |
download | video-codec-experiments-306f96164784a8cbf405e72fa4364d6523366e95.tar video-codec-experiments-306f96164784a8cbf405e72fa4364d6523366e95.tar.bz2 video-codec-experiments-306f96164784a8cbf405e72fa4364d6523366e95.tar.zst |
old dir
Diffstat (limited to 'evc/scripts/report')
-rwxr-xr-x | evc/scripts/report | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/evc/scripts/report b/evc/scripts/report deleted file mode 100755 index 06a5517..0000000 --- a/evc/scripts/report +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/fish -cargo build --release -begin - echo "version: $argv[1]" - echo "commit: $(cat ../.git/refs/heads/master | head -c 10)" - echo "encode: $(command time -f %U ./target/release/reschmux-encode -W (math 1920 / 2) -H (math 1080 / 2) <samples/raw >samples/encoded 2>| tail -n 1)s" - echo "decode: $(command time -f %U ./target/release/reschmux-decode <samples/encoded >samples/decoded 2>| tail -n 1)s" - echo "size: $(du -h samples/encoded | cut -f 1)" -end | tee -a reports/(date) |