chore: bench .olean byte size
This commit is contained in:
parent
a897f7e7f3
commit
6cbb6c89ca
1 changed files with 4 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue