Browse Source

update the config for plaintext & db

astaxie 11 years ago
parent
commit
90d2de9fe3
1 changed files with 4 additions and 2 deletions
  1. 4 2
      beego/benchmark_config

+ 4 - 2
beego/benchmark_config

@@ -4,13 +4,15 @@
     "default": {
     "default": {
       "setup_file": "setup",
       "setup_file": "setup",
       "json_url": "/json",
       "json_url": "/json",
+      "db_url": "/db",
+      "plaintext_url": "/plaintext",
       "port": 8080,
       "port": 8080,
       "approach": "Realistic",
       "approach": "Realistic",
       "classification": "Micro",
       "classification": "Micro",
-      "database": "None",
+      "database": "MySQL",
       "framework": "beego",
       "framework": "beego",
       "language": "Go",
       "language": "Go",
-      "orm": "Raw",
+      "orm": "beego ORM",
       "platform": "Go",
       "platform": "Go",
       "webserver": "None",
       "webserver": "None",
       "os": "Linux",
       "os": "Linux",