liqian 1 year ago
parent
commit
a0c1a7ef5a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      flowpool_abtest_config_update.py

+ 2 - 2
flowpool_abtest_config_update.py

@@ -12,8 +12,8 @@ config_, _ = set_config()
 log_ = Log()
 
 flow_pool_abtest_config = {
-    'control_group': [8, 10, 12, 14, 16],
-    'experimental_flow_set_level': [7, 9, 11, 13, 15]
+    'control_group': [9, 11, 13, 15, 17],
+    'experimental_flow_set_level': [18, 10, 12, 14, 16]
 }
 log_.info(f"flow_pool_abtest_config: {flow_pool_abtest_config}")
 redis_helper = RedisHelper()