Browse Source

change test name

Patrick Falls 12 years ago
parent
commit
c605e0d6fa
1 changed files with 3 additions and 3 deletions
  1. 3 3
      play-java-jpa/benchmark_config

+ 3 - 3
play-java-jpa/benchmark_config

@@ -1,13 +1,13 @@
 {
 {
   "framework": "play",
   "framework": "play",
   "tests": [{
   "tests": [{
-    "default": {
+    "jpa": {
       "setup_file": "setup",
       "setup_file": "setup",
       "json_url": "/json",
       "json_url": "/json",
       "db_url": "/db",
       "db_url": "/db",
       "query_url": "/db?queries=",
       "query_url": "/db?queries=",
       "port": 9000,
       "port": 9000,
-      "sort": 13
+      "sort": 113
     }
     }
   }]
   }]
-}
+}