Browse Source

[rust/ohkami] Fix test variants

Use proper formatting for ohkami.
Fixes the following warning:

    Framework ohkami does not define a default test in benchmark_config.json
Petrik 5 months ago
parent
commit
dc70b7b2c3
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",
                 "update_url":     "/updates?q=",
                 "plaintext_url":  "/plaintext"
-            }
-        },
-        {
+            },
             "rt_async-std": {
                 "dockerfile":     "rt_async-std.dockerfile",
                 "display_name":   "Ohkami [async-std]",
@@ -45,9 +43,7 @@
                 "fortune_url":    "/fortunes",
                 "update_url":     "/updates?q=",
                 "plaintext_url":  "/plaintext"
-            }
-        },
-        {
+            },
             "rt_smol": {
                 "dockerfile":     "rt_smol.dockerfile",
                 "display_name":   "Ohkami [smol]",
@@ -64,9 +60,7 @@
                 "port":           8000,
                 "json_url":       "/json",
                 "plaintext_url":  "/plaintext"
-            }
-        },
-        {
+            },
             "rt_glommio": {
                 "dockerfile":     "rt_glommio.dockerfile",
                 "display_name":   "Ohkami [glommio]",
@@ -83,9 +77,7 @@
                 "port":           8000,
                 "json_url":       "/json",
                 "plaintext_url":  "/plaintext"
-            }
-        },
-        {
+            },
             "rt_nio": {
                 "dockerfile":     "rt_nio.dockerfile",
                 "display_name":   "Ohkami [nio]",