|
@@ -1,9 +1,9 @@
|
|
|
-# Netty Benchmarking Test
|
|
|
+# Grizzly+Jersey Benchmarking Test
|
|
|
|
|
|
This is the Grizzly+Jersey portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
|
|
|
|
|
|
### JSON Encoding Test
|
|
|
-* [JSON test source](src/main/java/hello/HelloServerHandler.java)
|
|
|
+* [JSON test source](src/main/java/hello/HelloResource.java)
|
|
|
|
|
|
## Versions
|
|
|
|
|
@@ -15,4 +15,4 @@ This is the Grizzly+Jersey portion of a [benchmarking test suite](../) comparing
|
|
|
|
|
|
### JSON Encoding Test
|
|
|
|
|
|
- http://localhost:8080/json
|
|
|
+ http://localhost:8080/json
|