Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
liderman committed Mar 11, 2016
1 parent dc7cf06 commit 00bc8be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ go test -test.bench .
The test result on computer mac-mini 2012 (Intel Core i5):
```
PASS
BenchmarkNormalizeText-4 300 5517800 ns/op
BenchmarkGetWordBase-4 50 27494568 ns/op
ok /src/github.com/liderman/rustemmer 3.697s
BenchmarkNormalizeText-4 5000 304275 ns/op
BenchmarkGetWordBase-4 2000 1176104 ns/op
ok /src/github.com/liderman/rustemmer 4.043s
```

0 comments on commit 00bc8be

Please sign in to comment.