File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,8 +21,9 @@ Run as a speed test tool:
2121 ./lite -p 10889
2222
2323 # test in command line only mode
24- ./lite --config ./config.json -- test https://raw.githubusercontent.com/freefq/free/master/v2
24+ ./lite --test https://raw.githubusercontent.com/freefq/free/master/v2
2525 # test in command line only mode with custom config.
26+ ./lite --config config.json --test https://raw.githubusercontent.com/freefq/free/master/v2
2627 # details can find here https://github.com/xxf098/LiteSpeedTest/blob/master/config.json
2728 # all config options:
2829 # "group":"job", // group name
@@ -38,7 +39,6 @@ Run as a speed test tool:
3839 # "unique": true, // remove duplicated value
3940 # "theme":"rainbow",
4041 # "outputMode": 1 // 0: base64 1: pic path 2: no pic 3: json 4: txt
41- ./lite --config config.json --test https://raw.githubusercontent.com/freefq/free/master/v2
4242
4343
4444Run as a grpc server:
Original file line number Diff line number Diff line change 11package constant
22
33var (
4- Version = "v0.14 .0"
4+ Version = "v0.15 .0"
55 BuildTime = "unknown time"
66)
You can’t perform that action at this time.
0 commit comments