資源簡介
這是我自己根據(jù)原作者WebBench改的,我之前上傳過原作者的WebBench。我的版本使用c++作為開發(fā)語言,多線程壓測網(wǎng)站,使用鎖保護數(shù)據(jù)
代碼片段和文件信息
/*************************************************************************
>?File?Name:?main.cpp
>?Author:?朱紫鈺
>?Mail:?zhuziyu1157817544@gmail.com
>?Created?Time:?2017年12月18日?星期一?18時39分45秒
?************************************************************************/
#include
#include“process.h“
using?namespace?std;
extern?PROCESS?process;
int?main(int?argcchar*?argv[])
{
????return?process.start(argcargv);
????
}
評論
共有 條評論