Browse Source

Merge pull request #556 from oberhamsi/patch-2

fix "versus" in benchmark_config
Brian Hauer 11 years ago
parent
commit
3ec3c7f180
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ringojs-convenient/benchmark_config

+ 2 - 2
ringojs-convenient/benchmark_config

@@ -20,9 +20,9 @@
       "webserver": "Jetty",
       "webserver": "Jetty",
       "os": "Linux",
       "os": "Linux",
       "database_os": "Linux",
       "database_os": "Linux",
-      "display_name": "ringo-conv",
+      "display_name": "ringojs-conv",
       "notes": "Convenient",
       "notes": "Convenient",
-      "versus": "ringo"
+      "versus": "ringojs"
     }
     }
   }]
   }]
 }
 }