Skip to content

Commit

Permalink
Changed the high-level framework back.
Browse files Browse the repository at this point in the history
This ended up causing name collisions when running the tests.
  • Loading branch information
msmith-techempower committed Oct 30, 2013
1 parent f5c8d5f commit 385cd3e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion play-activate-mysql/benchmark_config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"framework": "play2",
"framework": "play-activate-mysql",
"tests": [{
"default": {
"setup_file": "setup",
Expand Down
2 changes: 1 addition & 1 deletion play-java-jpa/benchmark_config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"framework": "play2",
"framework": "play",
"tests": [{
"jpa": {
"setup_file": "setup",
Expand Down
2 changes: 1 addition & 1 deletion play-scala-mongodb/benchmark_config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"framework": "play2",
"framework": "play-scala-mongodb",
"tests": [{
"mongodb": {
"setup_file": "setup",
Expand Down
2 changes: 1 addition & 1 deletion play-scala/benchmark_config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"framework": "play2",
"framework": "play-scala",
"tests": [{
"default": {
"setup_file": "setup",
Expand Down
2 changes: 1 addition & 1 deletion play-slick/benchmark_config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"framework": "play2",
"framework": "play-slick",
"tests": [{
"default": {
"setup_file": "setup",
Expand Down

0 comments on commit 385cd3e

Please sign in to comment.