Вход Регистрация
Файл: vkolhoze.com/vendor/maxmind-db/reader/examples/benchmark.php
Строк: 20
<?php

require_once '../vendor/autoload.php';

use 
MaxMindDbReader;

$reader = new Reader('GeoIP2-City.mmdb');
$count 10000;
$startTime microtime(true);
for (
$i 0$i $count$i++) {
    
$ip long2ip(rand(0pow(232) -1));
    
$t $reader->get($ip);
    if (
$i 1000 == 0) {
        print(
$i ' ' $ip "n");
        
// print_r($t);
    
}
}
$endTime microtime(true);

$duration $endTime $startTime;
print(
'Requests per second: ' $count $duration "n");
Онлайн: 2
Реклама