gpt4 book ai didi

php - 在 laravel 中测试查询执行时间

转载 作者:IT王子 更新时间:2023-10-29 00:31:24 24 4
gpt4 key购买 nike

如何在 laravel/phpunit 中测试查询执行需要多长时间?

是否有可能让它不依赖于其他东西?

最佳答案

最古老的方法是最好的:

$start = microtime(true);
// Execute the query
$time = microtime(true) - $start;

关于php - 在 laravel 中测试查询执行时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41745339/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com