Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules.d/020-test_tool.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ node_quality = "bash <(curl -sL run.NodeQuality.com)"
#融合怪测试
fusion_test = "bash <(curl -sL bash.spiritlhl.net/ecs)"
#IP质量
ip_quality = "bash <(curl -sL IP.Check.Place)"
ip_quality = "bash <(curl -sL Check.Place) -I" #IP质量,交互界面

network_quality = "bash <(curl -sL Net.Check.Place)" #网络质量
network_quality = "bash <(curl -sL Check.Place) -N" #网络质量,交互界面
yabs = "bash <(curl -sL yabs.sh)" #yabs
bench = "bash <(curl -sL bench.sh)" #benchmark
super_bench = "bash <(curl -sL git.io/superbench.sh)" #superbench
Expand Down Expand Up @@ -133,4 +133,4 @@ script = "lemon_bench_fast"
[[menus]]
id = "unix_bench"
title = "UnixBench"
script = "unix_bench"
script = "unix_bench"