Эх сурвалжийг харах

Changed the high-level framework back.

This ended up causing name collisions when running the tests.
Mike Smith 12 жил өмнө
parent
commit
385cd3e9f6

+ 1 - 1
play-activate-mysql/benchmark_config

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

+ 1 - 1
play-java-jpa/benchmark_config

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

+ 1 - 1
play-scala-mongodb/benchmark_config

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

+ 1 - 1
play-scala/benchmark_config

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

+ 1 - 1
play-slick/benchmark_config

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