Browse Source

Fix Play 2 benchmark_config files to say Full instead of ORM name

donovanmuller 11 years ago
parent
commit
f056d43ebc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/Java/play2-java/benchmark_config

+ 2 - 2
frameworks/Java/play2-java/benchmark_config

@@ -44,7 +44,7 @@
         "setup_file": "setup_java_jpa", 
         "framework": "play2", 
         "language": "Java", 
-        "orm": "JPA", 
+        "orm": "Full", 
         "os": "Linux", 
         "database": "MySQL", 
         "approach": "Realistic", 
@@ -60,4 +60,4 @@
       }
     }
   ]
-}
+}