1
0
mirror of https://github.com/mgechev/revive.git synced 2025-06-02 22:57:22 +02:00

Update with accurate stats

This commit is contained in:
mgechev 2018-05-31 20:00:04 -07:00
parent ab618bf2c4
commit 8e4c7821fd
No known key found for this signature in database
GPG Key ID: 3C44F5A2A289C6BB

View File

@ -225,16 +225,18 @@ sys 0m9.146s
### revive
```shell
# no type checking
time revive kubernetes/... > /dev/null
real 0m13.515s
user 0m53.472s
sys 0m3.199s
real 0m10.526s
user 0m54.228s
sys 0m3.534s
```
Keep in mind that with type checking enabled, the performance may drop to twice faster than `golint`:
```shell
# type checking enabled
time revive kubernetes/... > /dev/null
real 0m26.211s