Browse Source

Update test names

Rob Figueiredo 12 years ago
parent
commit
4dc73ac406
3 changed files with 2 additions and 4 deletions
  1. 1 1
      revel-jet/benchmark_config
  2. 0 2
      revel-jet/src/benchmark/conf/routes
  3. 1 1
      revel-qbs/benchmark_config

+ 1 - 1
revel-jet/benchmark_config

@@ -1,5 +1,5 @@
 {
-  "framework": "revel",
+  "framework": "revel-jet",
   "tests": [{
     "default": {
       "setup_file": "setup",

+ 0 - 2
revel-jet/src/benchmark/conf/routes

@@ -2,8 +2,6 @@
 # This file defines all application routes (Higher priority routes first)
 # ~~~~
 
-GET     /plaintext                              App.Plaintext
-GET     /json                                   App.Json
 GET     /db                                     App.Db
 GET     /fortune                                App.Fortune
 GET     /update                                 App.Update

+ 1 - 1
revel-qbs/benchmark_config

@@ -1,5 +1,5 @@
 {
-  "framework": "revel",
+  "framework": "revel-qbs",
   "tests": [{
     "default": {
       "setup_file": "setup",