| 71 | }; |
| 72 | |
| 73 | TEST_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 | } |
nothing calls this directly
no test coverage detected