Skip to content

Commit e36244e

Browse files
authored
Merge pull request #1 from xykt/main
Update 020-test_tool.toml
2 parents 5e27d3e + a2c67af commit e36244e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules.d/020-test_tool.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ node_quality = "bash <(curl -sL run.NodeQuality.com)"
55
#融合怪测试
66
fusion_test = "bash <(curl -sL bash.spiritlhl.net/ecs)"
77
#IP质量
8-
ip_quality = "bash <(curl -sL IP.Check.Place)"
8+
ip_quality = "bash <(curl -sL Check.Place) -I" #IP质量,交互界面
99

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

0 commit comments

Comments
 (0)