#psi #testing-tools #web-page #lighthouse #speed-test #page-speed-insight #lhci

app psi-test

PSI Test 是一个运行多次页面速度洞察测试的工具

13 个版本

0.3.8 2024年6月14日
0.3.7 2024年6月14日
0.3.6 2023年7月17日
0.3.5 2023年3月13日
0.1.3 2022年4月13日

#664 in 命令行工具

每月 38 次下载

MIT 许可协议

160KB
743 代码行

psi-sample

PSI Test 工具是一个开源工具,用于辅助网络开发者手动运行页面速度洞察测试!

安装

要安装 psi-test 工具,请在终端内运行

cargo install psi-test

如果您没有 Rust 的 Cargo 软件包管理器,请安装它。有关安装信息,请参阅 https://doc.rust-lang.net.cn/cargo/getting-started/installation.html

使用 PSI-Test 工具

⚠️ 在此处获取 Google 页面速度洞察 API 令牌: https://developers.google.com/speed/docs/insights/v5/get-started#APIKey

如何运行 psi-test 工具的示例

默认

使用默认的运行次数,即 20。

psi-test --token=<<your_token>> <<page_url>>

传递运行次数标志

psi-test --token=<<your_token>> --number-of-values=10 <<page_url>>

有关更多信息,请运行

psi-test --help

依赖项

~9–22MB
~322K SLoC