Skip to content

Commit

Permalink
update benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Apr 6, 2016
1 parent 8e3d371 commit 0f0e90b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ tokei --sort code . 1.27s user 0.06s system 99% cpu 1.328 total
### gocloc

```
$ time gocloc --not-match-d=".git" --exclude-ext=txt .
$ time gocloc --exclude-ext=txt .
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Expand Down Expand Up @@ -157,7 +157,7 @@ Awk 1 1 6 7
-------------------------------------------------------------------------------
TOTAL 4755 114232 150897 858878
-------------------------------------------------------------------------------
gocloc --not-match-d=".git" --exclude-ext=txt . 0.67s user 0.14s system 111% cpu 0.725 total
gocloc --exclude-ext=txt . 0.70s user 0.14s system 111% cpu 0.754 total
```

## License
Expand Down

0 comments on commit 0f0e90b

Please sign in to comment.