| 44 | |
| 45 | TEST_CASE(BanditIntegrationFixture, isolated_sessions) { |
| 46 | HttpServerSessions sessions; |
| 47 | sessions.update("high_accept", 0.95f); |
| 48 | sessions.update("low_accept", 0.50f); |
| 49 | |
| 50 | float k_high = sessions.get_keep_ratio("high_accept"); |
| 51 | float k_low = sessions.get_keep_ratio("low_accept"); |
no outgoing calls
no test coverage detected