> For the complete documentation index, see [llms.txt](https://richardweiyang-2.gitbook.io/kernel-exploring/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://richardweiyang-2.gitbook.io/kernel-exploring/nei-cun-guan-li/ce-shi/02_performance_test.md).

# 性能测试

社区中有很多改动是和性能相关的，社区中也已经有很多工人的性能测试用例。这里汇总一下。

## will-it-scale

好像目前最火的就是[will-it-scale](https://github.com/antonblanchard/will-it-scale)。

我在[vma](/kernel-exploring/nei-cun-guan-li/00-index/05-vma.md)这一节中简单描述了如何使用它测试mmap的性能差异，后续我再继续完善这个测试用例的使用方法。
