Browse Source

[ci fw-only java/t-io] update tio to 3.2.4.v20181218-RELEASE (#4288)

* [ci fw-only java/t-io] update tio to 3.2.4.v20181218-RELEASE

* [ci fw-only Java/t-io] fix commit message
Green Luo 6 years ago
parent
commit
a53e3d5767

+ 1 - 0
frameworks/Java/t-io/README.md

@@ -18,3 +18,4 @@ All implementations use the same URLs.
 
  * Plaintext - `http://localhost:8080/plaintext`
  * JSON - `http://localhost:8080/json`
+ 

+ 1 - 1
frameworks/Java/t-io/benchmark_config.json

@@ -8,7 +8,7 @@
       "approach": "Realistic",
       "classification": "Micro",
       "database": "None",
-      "framework": "None",
+      "framework": "tio-mvc",
       "language": "Java",
       "flavor": "None",
       "orm": "Raw",

+ 1 - 1
frameworks/Java/t-io/pom.xml

@@ -8,7 +8,7 @@
 	<parent>
 		<groupId>org.t-io</groupId>
 		<artifactId>tio-http-parent</artifactId>
-		<version>3.2.2.v20181122-RELEASE</version>
+		<version>3.2.4.v20181218-RELEASE</version>
 	</parent>
 
 	<properties>