@@ -1,5 +1,13 @@
# 11.3 Go怎么写测试用例
## 如何编写测试用例
func TestXXX(t *testing.T) { ... }
## 如何编写压力测试
func BenchmarkXXX(b *testing.B) { ... }
## links
* [目录](<preface.md>)
* 上一节: [使用GDB调试](<11.2.md>)
The note is not visible to the blocked user.