From 2d7a108d1cd6980accaa531fba3998865af5a607 Mon Sep 17 00:00:00 2001 From: zhaoyunye <60731745+zhaoyunye@users.noreply.github.com> Date: Sat, 19 Jun 2021 15:05:15 +0800 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7285abc..d603ebf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# WebBench + Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。 From d47411b7341020cd31d9995a8d04f449a87bec9d Mon Sep 17 00:00:00 2001 From: zhaoyunye <18813176168@163.com> Date: Sat, 19 Jun 2021 15:14:13 +0800 Subject: [PATCH 2/4] test --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index d603ebf..44470b4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ - -Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。 - ## 依赖 ctags From af85698318d54c700ad12430caf9331df982fde1 Mon Sep 17 00:00:00 2001 From: zhaoyunye <18813176168@163.com> Date: Sat, 19 Jun 2021 15:16:39 +0800 Subject: [PATCH 3/4] 1111 --- test | 1 + 1 file changed, 1 insertion(+) create mode 100644 test diff --git a/test b/test new file mode 100644 index 0000000..12799cc --- /dev/null +++ b/test @@ -0,0 +1 @@ +good From b72f19ff80b93546ae6d7f7fe44aa226777524a6 Mon Sep 17 00:00:00 2001 From: zhaoyunye <18813176168@163.com> Date: Sat, 19 Jun 2021 15:17:49 +0800 Subject: [PATCH 4/4] 111111 --- .vscode/c_cpp_properties.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .vscode/c_cpp_properties.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..c2651d4 --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,21 @@ +{ + "configurations": [ + { + "name": "Win32", + "includePath": [ + "${workspaceFolder}/**" + ], + "defines": [ + "_DEBUG", + "UNICODE", + "_UNICODE" + ], + "windowsSdkVersion": "10.0.17763.0", + "compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe", + "cStandard": "c17", + "cppStandard": "c++17", + "intelliSenseMode": "windows-msvc-x64" + } + ], + "version": 4 +} \ No newline at end of file