소스 검색

Changed the high-level framework back.

This ended up causing name collisions when running the tests.
Mike Smith 12 년 전
부모
커밋
385cd3e9f6
5개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 1
      play-activate-mysql/benchmark_config
  2. 1 1
      play-java-jpa/benchmark_config
  3. 1 1
      play-scala-mongodb/benchmark_config
  4. 1 1
      play-scala/benchmark_config
  5. 1 1
      play-slick/benchmark_config

+ 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",