Browse Source

Fixed the play frameworks to specify play2

msmith 11 years ago
parent
commit
ea7f01fd12

+ 1 - 1
play-activate-mysql/benchmark_config

@@ -1,5 +1,5 @@
 {
-  "framework": "play-activate-mysql",
+  "framework": "play2",
   "tests": [{
     "default": {
       "setup_file": "setup",

+ 1 - 1
play-java-jpa/benchmark_config

@@ -1,5 +1,5 @@
 {
-  "framework": "play",
+  "framework": "play2",
   "tests": [{
     "jpa": {
       "setup_file": "setup",

+ 1 - 1
play-java/benchmark_config

@@ -1,5 +1,5 @@
 {
-  "framework": "play",
+  "framework": "play2",
   "tests": [{
     "default": {
       "setup_file": "setup",

+ 1 - 1
play-scala-mongodb/benchmark_config

@@ -1,5 +1,5 @@
 {
-  "framework": "play-scala",
+  "framework": "play2",
   "tests": [{
     "mongodb": {
       "setup_file": "setup",

+ 1 - 1
play-scala/benchmark_config

@@ -1,5 +1,5 @@
 {
-  "framework": "play-scala",
+  "framework": "play2",
   "tests": [{
     "default": {
       "setup_file": "setup",

+ 1 - 1
play-slick/benchmark_config

@@ -1,5 +1,5 @@
 {
-  "framework": "play-slick",
+  "framework": "play2",
   "tests": [{
     "default": {
       "setup_file": "setup",