perf: QUIC transport hoststack test suite
[csit.git] / resources / libraries / python / autogen / Regenerator.py
index 5b112f5..f065887 100644 (file)
@@ -476,13 +476,13 @@ class Regenerator:
              u"streams": 10, u"bytes_str": u"1G"},
         ]
         hoststack_quic_kwargs_list = [
-            {u"frame_size": 0, u"phy_cores": 1, u"clients": 1,
-             u"streams": 1, u"bytes_str": u"100M"},
-            {u"frame_size": 0, u"phy_cores": 1, u"clients": 1,
-             u"streams": 10, u"bytes_str": u"100M"},
-            {u"frame_size": 0, u"phy_cores": 1, u"clients": 10,
-             u"streams": 1, u"bytes_str": u"100M"},
-            {u"frame_size": 0, u"phy_cores": 1, u"clients": 10,
+            {u"phy_cores": 1, u"frame_size": 0, u"clients": 1,
+             u"streams": 1, u"bytes_str": u"10G"},
+            {u"phy_cores": 1, u"frame_size": 0, u"clients": 1,
+             u"streams": 10, u"bytes_str": u"1G"},
+            {u"phy_cores": 1, u"frame_size": 0, u"clients": 10,
+             u"streams": 1, u"bytes_str": u"1G"},
+            {u"phy_cores": 1, u"frame_size": 0, u"clients": 10,
              u"streams": 10, u"bytes_str": u"100M"},
         ]