We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64dadb commit bebb943Copy full SHA for bebb943
README.md
@@ -24,9 +24,16 @@ geoip2 = "0.1.3"
24
25
See [examples/lookup.rs](examples/lookup.rs) for a basic example.
26
27
-## Performance
+## Benchmarks
28
29
-cargo 1.56.0-nightly, Intel i7-7700, Debian 9.1
+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.
37
38
### [IncSW/geoip2-rs](https://github.com/IncSW/geoip2-rs)
39
`default`
0 commit comments