Commit f32f5aa4 authored by zhujiashun's avatar zhujiashun

make running time of brpc_h2_unsent_message_unittest shorter

parent 563df5ec
......@@ -36,7 +36,7 @@ TEST(H2UnsentMessage, request_throughput) {
ctx->_last_client_stream_id = 0;
ctx->_remote_window_left = brpc::H2Settings::MAX_WINDOW_SIZE;
int64_t ntotal = 5000000;
int64_t ntotal = 500000;
// calc H2UnsentRequest throughput
butil::IOBuf dummy_buf;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment