Browse Source

Replaced undertow references with Jetty.

Simone Bordet 11 years ago
parent
commit
849fd72ce5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      jetty-servlet/README.md
  2. 1 1
      jetty-servlet/benchmark_config

+ 1 - 1
jetty-servlet/README.md

@@ -1,6 +1,6 @@
 # Jetty-9 Benchmarking Test
 # Jetty-9 Benchmarking Test
 
 
-This is the undertow portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
+This is the Jetty portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
 
 
 ### JSON Encoding Test
 ### JSON Encoding Test
 * [JSON test source](src/main/java/hello/HelloWebServer.java)
 * [JSON test source](src/main/java/hello/HelloWebServer.java)

+ 1 - 1
jetty-servlet/benchmark_config

@@ -1,5 +1,5 @@
 {
 {
-  "framework": "undertow",
+  "framework": "jetty-servlet",
   "tests": [{
   "tests": [{
     "default": {
     "default": {
       "setup_file": "setup",
       "setup_file": "setup",