From 1c2bbf522360b3e31f7d964fa653a848aaa59219 Mon Sep 17 00:00:00 2001
From: middlewarerace2019 <yinwoods@126.com>
Date: Thu, 30 May 2019 15:30:32 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20windows=20wrk=20=E5=AE=89?=
 =?UTF-8?q?=E8=A3=85=E6=96=B9=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 FAQ.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/FAQ.md b/FAQ.md
index 421b007..be5e639 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -65,4 +65,8 @@
 
 原因: 使用了本地构建的 `internal-service` 导致 `service-provider.jar` 的 md5 与官方镜像中的不一致。
 
-解决方案:注释掉`benchmarker/workflow/benchmark/workflow.py` 中的43行 `self.check_signatures()`
\ No newline at end of file
+解决方案:注释掉`benchmarker/workflow/benchmark/workflow.py` 中的43行 `self.check_signatures()`
+
+## 04.  我是 windows 系统,想按照 localtest 搭建本机测试环境,应该怎么安装 wrk?
+
+请参考 [windows_localtest](https://code.aliyun.com/leezepeng/localtest) , 感谢选手 @李泽言 提供教程。
\ No newline at end of file
-- 
GitLab