Browse Source

Merge pull request #9635 from p8/ohkami/fix-test-variants

[rust/ohkami] Fix test variants
Mike Smith 5 months ago
parent
commit
c1047adbd3
1 changed files with 4 additions and 12 deletions
  1. 4 12
      frameworks/Rust/ohkami/benchmark_config.json

+ 4 - 12
frameworks/Rust/ohkami/benchmark_config.json

@@ -22,9 +22,7 @@
                 "fortune_url":    "/fortunes",
                 "fortune_url":    "/fortunes",
                 "update_url":     "/updates?q=",
                 "update_url":     "/updates?q=",
                 "plaintext_url":  "/plaintext"
                 "plaintext_url":  "/plaintext"
-            }
-        },
-        {
+            },
             "rt_async-std": {
             "rt_async-std": {
                 "dockerfile":     "rt_async-std.dockerfile",
                 "dockerfile":     "rt_async-std.dockerfile",
                 "display_name":   "Ohkami [async-std]",
                 "display_name":   "Ohkami [async-std]",
@@ -45,9 +43,7 @@
                 "fortune_url":    "/fortunes",
                 "fortune_url":    "/fortunes",
                 "update_url":     "/updates?q=",
                 "update_url":     "/updates?q=",
                 "plaintext_url":  "/plaintext"
                 "plaintext_url":  "/plaintext"
-            }
-        },
-        {
+            },
             "rt_smol": {
             "rt_smol": {
                 "dockerfile":     "rt_smol.dockerfile",
                 "dockerfile":     "rt_smol.dockerfile",
                 "display_name":   "Ohkami [smol]",
                 "display_name":   "Ohkami [smol]",
@@ -64,9 +60,7 @@
                 "port":           8000,
                 "port":           8000,
                 "json_url":       "/json",
                 "json_url":       "/json",
                 "plaintext_url":  "/plaintext"
                 "plaintext_url":  "/plaintext"
-            }
-        },
-        {
+            },
             "rt_glommio": {
             "rt_glommio": {
                 "dockerfile":     "rt_glommio.dockerfile",
                 "dockerfile":     "rt_glommio.dockerfile",
                 "display_name":   "Ohkami [glommio]",
                 "display_name":   "Ohkami [glommio]",
@@ -83,9 +77,7 @@
                 "port":           8000,
                 "port":           8000,
                 "json_url":       "/json",
                 "json_url":       "/json",
                 "plaintext_url":  "/plaintext"
                 "plaintext_url":  "/plaintext"
-            }
-        },
-        {
+            },
             "rt_nio": {
             "rt_nio": {
                 "dockerfile":     "rt_nio.dockerfile",
                 "dockerfile":     "rt_nio.dockerfile",
                 "display_name":   "Ohkami [nio]",
                 "display_name":   "Ohkami [nio]",