Browse Source

[sisk] Fix warning (#9609)

`benchmark_config.json` wasn't correct resulting in the
following warning:

    Framework sisk does not define a default test in benchmark_config.json
Petrik de Heus 5 months ago
parent
commit
b066471418
1 changed files with 2 additions and 4 deletions
  1. 2 4
      frameworks/CSharp/sisk/benchmark_config.json

+ 2 - 4
frameworks/CSharp/sisk/benchmark_config.json

@@ -17,9 +17,7 @@
                 "os": "Linux",
                 "database_os": "Linux",
                 "display_name": "Sisk Framework"
-            }
-        },
-        {
+            },
             "cadente": {
                 "plaintext_url": "/plaintext",
                 "json_url": "/json",
@@ -38,4 +36,4 @@
             }
         }
     ]
-}
+}