chore: bench .olean byte size

This commit is contained in:
Sebastian Ullrich 2020-02-07 17:09:25 +01:00
parent a897f7e7f3
commit 6cbb6c89ca

View file

@ -23,7 +23,10 @@
bash -c "
set -euxo pipefail &&
echo -n 'lines: ' &&
find src -name '*.lean' -print0 | wc -l --files0-from=- | tail -1 | cut -d' ' -f 1"
find src -name '*.lean' -print0 | wc -l --files0-from=- | tail -1 | cut -d' ' -f 1
echo -n 'bytes .olean: ' &&
find src -name '*.olean' -print0 | wc -c --files0-from=- | tail -1 | cut -d' ' -f 1
"
max_runs: 1
runner: output
- attributes: