MCPcopy Create free account
hub / github.com/OISF/libhtp / TEST_F

Function TEST_F

test/test_bench.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71};
72
73TEST_F(Benchmark, ConnectionWithManyTransactions) {
74 int rc = test_run_ex(home, "01-get.t", cfg, &connp, 2000);
75 ASSERT_GE(rc, 0);
76
77 ASSERT_EQ(2000, htp_list_size(connp->conn->transactions));
78}

Callers

nothing calls this directly

Calls 1

test_run_exFunction · 0.85

Tested by

no test coverage detected