We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e27d3e + a2c67af commit e36244eCopy full SHA for e36244e
modules.d/020-test_tool.toml
@@ -5,9 +5,9 @@ node_quality = "bash <(curl -sL run.NodeQuality.com)"
5
#融合怪测试
6
fusion_test = "bash <(curl -sL bash.spiritlhl.net/ecs)"
7
#IP质量
8
-ip_quality = "bash <(curl -sL IP.Check.Place)"
+ip_quality = "bash <(curl -sL Check.Place) -I" #IP质量,交互界面
9
10
-network_quality = "bash <(curl -sL Net.Check.Place)" #网络质量
+network_quality = "bash <(curl -sL Check.Place) -N" #网络质量,交互界面
11
yabs = "bash <(curl -sL yabs.sh)" #yabs
12
bench = "bash <(curl -sL bench.sh)" #benchmark
13
super_bench = "bash <(curl -sL git.io/superbench.sh)" #superbench
@@ -133,4 +133,4 @@ script = "lemon_bench_fast"
133
[[menus]]
134
id = "unix_bench"
135
title = "UnixBench"
136
-script = "unix_bench"
+script = "unix_bench"
0 commit comments