scenarios/dyno.py [168:175]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        assert resp.status == 200, resp.status

if SERVICE_NAME.startswith('opbeans-python'):
    @scenario(weight=APP_LATENCY_WEIGHT)
    async def scenario_brower_latency_distribution(session):
        async with session.get(
            join(
                SERVER_URL,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



scenarios/molotov_scenarios.py [113:121]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        assert resp.status == 200, resp.status


if SERVICE_NAME.startswith('opbeans-python'):
    @scenario(weight=APP_LATENCY_WEIGHT)
    async def scenario_brower_latency_distribution(session):
        async with session.get(
            join(
                SERVER_URL,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



