目录
简介:Google C++单元测试框架—Gtest框架简介(译文)
./xxx --gtest_list_tests
例如上面的输出是
TestNodeA.
test_a1
test_a2
TestNodeB.
test_b1
test_b2
test_b3
test_b4
那么,可以
./xxx --gtest_filter=TestNodeA.*
./xxx --gtest_filter=TestNodeA.test*
./xxx --gtest_filter=TestNodeA.test_a1
官网的下载页面:https://www.bullseye.com/cgi-bin/download.sh
# -r 频率,每秒的请求数
# -s 时间,一共压测多长时间
# url_list是url列表 每一条一行
./http_load -r 3 -s 3 url_list