chore: bench C++ lines
This commit is contained in:
parent
6cbb6c89ca
commit
354439dd43
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@
|
|||
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
|
||||
echo -n 'lines C++: ' &&
|
||||
find src \( -name '*.h' -o -name '*.cpp' \) -print0 | wc -l --files0-from=- | tail -1 | cut -d' ' -f 1
|
||||
"
|
||||
max_runs: 1
|
||||
runner: output
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue