Skip to content

Commit bebb943

Browse files
committed
update readme
1 parent c64dadb commit bebb943

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,16 @@ geoip2 = "0.1.3"
2424

2525
See [examples/lookup.rs](examples/lookup.rs) for a basic example.
2626

27-
## Performance
27+
## Benchmarks
2828

29-
cargo 1.56.0-nightly, Intel i7-7700, Debian 9.1
29+
Benchmarks required `nightly` Rust.
30+
31+
Place `GeoIP2-Country.mmdb` and `GeoIP2-City.mmdb` in the `testdata` folder? then run:
32+
```
33+
cargo bench
34+
```
35+
36+
Tested on paid DB on cargo 1.56.0-nightly, Intel i7-7700, Debian 9.1.
3037

3138
### [IncSW/geoip2-rs](https://github.com/IncSW/geoip2-rs)
3239
`default`

0 commit comments

Comments
 (0)