Skip to content

Commit f458570

Browse files
committed
Use GeoLIte2 in benchmark example
1 parent d10e27d commit f458570

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sample/Benchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class Benchmark {
1313

1414
public static void main(String[] args) throws IOException,
1515
InvalidDatabaseException {
16-
File file = new File("GeoIP2-City.mmdb");
16+
File file = new File("GeoLite2-City.mmdb");
1717

1818
MaxMindDbReader r = new MaxMindDbReader(file, FileMode.MEMORY_MAPPED);
1919
Random random = new Random();

0 commit comments

Comments
 (0)