We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10e27d commit f458570Copy full SHA for f458570
1 file changed
sample/Benchmark.java
@@ -13,7 +13,7 @@ public class Benchmark {
13
14
public static void main(String[] args) throws IOException,
15
InvalidDatabaseException {
16
- File file = new File("GeoIP2-City.mmdb");
+ File file = new File("GeoLite2-City.mmdb");
17
18
MaxMindDbReader r = new MaxMindDbReader(file, FileMode.MEMORY_MAPPED);
19
Random random = new Random();
0 commit comments