-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(l1, l2, levm):
make stats
(#1361)
**Motivation** <!-- Why does this pull request exist? What are its goals? --> We want to be able to run all the repo statistics locally with one command (`make stats`). **Description** <!-- A clear and concise general description of the changes this PR introduces --> - Updates `loc` bin (lines of code reporter). - Adds `stats` target to the Makefile that runs: - Lines of code report - LEVM EF Tests - Hive simulation **Work in progress** Right now, the hive reporter needs some improvements. If you run the command `make stats, ` it will run all and print the reports for lines of code, LEVM EF Tests, and Hive, but the Hive report is off. **Try it yourself** ``` make stats ``` --------- Co-authored-by: Javier Chatruc <[email protected]> Co-authored-by: Javier Rodríguez Chatruc <[email protected]>
- Loading branch information
1 parent
f204cd9
commit c4e9f67
Showing
6 changed files
with
230 additions
and
134 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.