Browse Source

Fix socketify Language from Ruby to Python... (#7695)

Ciro Spaciari 2 years ago
parent
commit
de9d2983a5
1 changed files with 5 additions and 3 deletions
  1. 5 3
      frameworks/Python/socketify.py/benchmark_config.json

+ 5 - 3
frameworks/Python/socketify.py/benchmark_config.json

@@ -9,7 +9,8 @@
             "classification": "Micro",
             "classification": "Micro",
             "database": "None",
             "database": "None",
             "framework": "None",
             "framework": "None",
-            "language": "Ruby",
+            "language": "Python",
+            "flavor": "PyPy3",
             "orm": "Raw",
             "orm": "Raw",
             "platform": "None",
             "platform": "None",
             "webserver": "socketify.py",
             "webserver": "socketify.py",
@@ -26,7 +27,8 @@
             "classification": "Micro",
             "classification": "Micro",
             "database": "None",
             "database": "None",
             "framework": "None",
             "framework": "None",
-            "language": "Ruby",
+            "language": "Python",
+            "flavor": "Python3",
             "orm": "Raw",
             "orm": "Raw",
             "platform": "None",
             "platform": "None",
             "webserver": "socketify.py-python3",
             "webserver": "socketify.py-python3",
@@ -36,4 +38,4 @@
             "notes": ""
             "notes": ""
         }
         }
     }]
     }]
-}
+}