Browse Source

Fixed some issues with benchmark_configs

msmith-techempower 10 years ago
parent
commit
3eef49c693

+ 1 - 1
frameworks/C/haywire/benchmark_config

@@ -10,7 +10,7 @@
       "database": "None",
       "database": "None",
       "framework": "haywire",
       "framework": "haywire",
       "language": "C",
       "language": "C",
-      "orm": "None",
+      "orm": "Raw",
       "platform": "haywire",
       "platform": "haywire",
       "webserver": "None",
       "webserver": "None",
       "os": "Linux",
       "os": "Linux",

+ 1 - 1
frameworks/Go/beego/benchmark_config

@@ -12,7 +12,7 @@
       "database": "MySQL",
       "database": "MySQL",
       "framework": "beego",
       "framework": "beego",
       "language": "Go",
       "language": "Go",
-      "orm": "beego ORM",
+      "orm": "Micro",
       "platform": "Go",
       "platform": "Go",
       "webserver": "None",
       "webserver": "None",
       "os": "Linux",
       "os": "Linux",

+ 1 - 1
frameworks/Perl/kelp/benchmark_config

@@ -12,7 +12,7 @@
       "port": 8080,
       "port": 8080,
       "approach": "Realistic",
       "approach": "Realistic",
       "classification": "Fullstack",
       "classification": "Fullstack",
-      "database": "SQL",
+      "database": "MySQL",
       "framework": "kelp",
       "framework": "kelp",
       "language": "Perl",
       "language": "Perl",
       "orm": "Raw",
       "orm": "Raw",