Files
Fishing2Server/Fantasy/Fantasy.Benchmark/README.md
2025-06-30 10:51:37 +08:00

7 lines
651 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Fantasy.Benchmark
使用 Fantasy.Benchmark 工具,我们能够快速评估框架网络的处理性能。目前,该工具提供的基准测试主要集中在 RPC远程过程调用消息 方面。这一项测试能够有效测量系统在处理远程调用时的响应时间、吞吐量和资源利用率,帮助开发者优化网络通信性能,确保在高负载情况下系统依然能够稳定运行
## 操作步骤
- 1.打开位于 Examples/Server/Server.sln 的解决方案文件。
- 2.在解决方案中选择并启动 Main 项目。
- 3.接着,启动 Fantasy.Benchmark 应用程序,并耐心等待其测试结果的生成。