chore: bench C++ lines

This commit is contained in:
Sebastian Ullrich 2020-02-07 17:14:27 +01:00
parent 6cbb6c89ca
commit 354439dd43

View file

@ -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