文件名称:user-agent-parser-benchmarks:PHP 用户代理解析器基准
文件大小:42KB
文件格式:ZIP
更新时间:2024-07-12 06:57:23
php benchmark PHP
PHP 用户代理解析器基准 结果 解析器 时间 峰值记忆 59.665177 524288 4.9851598 50069504 4.6786639 1310720 0.6419560 2097152 0.0876269 524288 注意(1):这些解析器具有不同的功能。 一般来说,它有更多的功能,它变得更慢。 注意(2):该基准测试旨在仅解析一个用户代理和一个解析器实例。 如何进行基准测试 安装源代码。 $ git clone https://github.com/kenjis/user-agent-parser-benchmarks.git $ cd user-agent-parser-benchmarks $ composer install 如果需要,在config.php编辑baseUrl值。 准备基准测试和 Web 服务器。 $ sh bin/p
【文件预览】:
user-agent-parser-benchmarks-master
----composer.json(216B)
----bin()
--------run-benchmarks.php(713B)
--------prepare.sh(277B)
--------update-crossjoin-browscap.php(490B)
--------get-ua-from-apache-log.sh(243B)
--------normalize-output.php(3KB)
--------show-diff.php(1KB)
--------update-browscap-php.php(422B)
----cache()
--------normalized-output-browscap-php.txt(11KB)
--------output-get_browser.txt(12KB)
--------normalized-output-get_browser.txt(11KB)
--------normalized-output-woothee.txt(11KB)
--------normalized-output-crossjoin-browscap.txt(11KB)
--------output-crossjoin-browscap.txt(12KB)
--------output-browscap-php.txt(12KB)
--------output-woothee.txt(15KB)
--------benchmark-results.json(285B)
--------output-ua-parser.txt(12KB)
--------normalized-output-ua-parser.txt(11KB)
----composer.lock(15KB)
----benchmark.php(2KB)
----config.php(661B)
----data()
--------ua-list-100-sample01.txt(8KB)
--------ua-list-all.txt(38KB)
----index.html(566B)
----benchmarks()
--------get_browser.php(983B)
--------browscap-php.php(761B)
--------woothee.php(665B)
--------ua-parser.php(685B)
--------crossjoin-browscap.php(917B)
----server.sh(33B)
----.gitignore(26B)
----README.md(2KB)
----check-your-ua.php(3KB)
----libs()
--------php-recipe-2nd()