Browse Source

PR738 Not sure why, but this needed to be remade

Seems the python json parser was not happy with the invisibile
change made to the first line's opening object brace. I have no
idea why, but when I replaced the file with the raw contents of
the file and saved, something was changed and it seemed to fix
the problem.
Mike Smith 11 years ago
parent
commit
52ae21226b
1 changed files with 3 additions and 2 deletions
  1. 3 2
      undertow-edge/benchmark_config

+ 3 - 2
undertow-edge/benchmark_config

@@ -1,5 +1,5 @@
-{
-  "framework": "undertow-edge",
+
+rk": "undertow-edge",
   "tests": [{
   "tests": [{
     "default": {
     "default": {
       "setup_file": "setup",
       "setup_file": "setup",
@@ -86,3 +86,4 @@
     }
     }
   }]
   }]
 }
 }
+