Guides
**See [Wiki](https://github.com/OreosLab/SSRSpeedN/wiki)**
Updates
🚀 **Speed up! Convert sync code to async**
1. Refactor speed_test.py and Add two test modes: `default`, `stream`
2. Set default speedtest method to `ST_ASYNC`
3. Set default test mode to `DEFAULT`
4. Add fastSpeed mode
5. Fix Netflix unlock test
6. Fix all speedtest methods
7. Hide untested results for specific test modes
8. Add command line arg `max-connections` support
9. Remove `bs4` and `pynat` libs
10. Support emoji for results `Group` and `Remarks` output
---
🚀 加速!将同步代码转换为异步
1. 重构 speed_test.py 并新增两个测试模式:`default` 和 `stream`
2. 设置默认测速模式为 `ST_ASYNC`
3. 设置默认测试模式为 `DEFAULT`
4. 新增极速模式
5. 修复 Netflix 解锁测试
6. 修复所有测速方法
7. 隐藏特定测试模式未测试结果
8. 新增命令行参数 `max-connections` 支持
9. 移除 `bs4` 和 `pynat` 库
10. 支持 `Group` 和 `Remarks` 结果输出 emoji
Records
**Full Changelog**: https://github.com/OreosLab/SSRSpeedN/compare/v1.2.3...v1.3.6