Browse Source

Some more informations about contributors.

Raphael A. Bauer 11 years ago
parent
commit
9d94acca5d
2 changed files with 7 additions and 28 deletions
  1. 6 0
      ninja-resin/README.md
  2. 1 28
      ninja-standalone/README.md

+ 6 - 0
ninja-resin/README.md

@@ -8,6 +8,12 @@ ninja-resin is in essence just a copy of ninja-standalone with different datasou
 That means all stuff you change in ninja-resin should also be applied to 
 ninja-standalone and vice-versa.
 
+## Contributors and thanks
+
+ * kpacha - Kudos to kpacha for creating the initial TE benchmark suite for Ninja!
+ * raphael - Updating and maintenance of Ninja TE benchmarks
+ * martin-g - Many thanks for fixing the issue with resin persistence.xml. Awesome! 
+
 
 ## Test URLs
 ### JSON Encoding Test

+ 1 - 28
ninja-standalone/README.md

@@ -2,31 +2,4 @@
 
 This is the [Ninja-standalone](http://www.ninjaframework.org/) portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
 
-## IMPORTANT!!!!
-
-ninja-resin is in essence just a copy of ninja-standalone with different datasources.
-That means all stuff you change in ninja-resin should also be applied to 
-ninja-standalone and vice-versa.
-
-## Test URLs
-### JSON Encoding Test
-
-http://localhost:8080/json
-
-### Single Query Test
-
-http://localhost:8080/db
-
-### Multiple Queries Test
-
-http://localhost:8080/queries?5
-
-### Fortunes Test
-
-http://localhost:8080/fotunes
-
-### Plaintext Test
-
-http://localhost:8080/plaintext
-
-
+Please check out ninja-resin/README.md for more information. Both projects are mostly identical.