Skip to content

Commit 7711ace

Browse files
author
YunaiV
committed
基准测试 Tomcat、Jetty、Undertow
1 parent e8f7dab commit 7711ace

File tree

15 files changed

+7
-7
lines changed

15 files changed

+7
-7
lines changed

lab-05/lab-05-jetty/pom.xml renamed to lab-05-benchmark-tomcat-jetty-undertow/lab-05-jetty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>lab-05</artifactId>
6+
<artifactId>lab-05-benchmark-tomcat-jetty-undertow</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

lab-05/lab-05-tomcat-apr/pom.xml renamed to lab-05-benchmark-tomcat-jetty-undertow/lab-05-tomcat-apr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>lab-05</artifactId>
6+
<artifactId>lab-05-benchmark-tomcat-jetty-undertow</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

lab-05/lab-05-tomcat/pom.xml renamed to lab-05-benchmark-tomcat-jetty-undertow/lab-05-tomcat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>lab-05</artifactId>
6+
<artifactId>lab-05-benchmark-tomcat-jetty-undertow</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

lab-05/lab-05-undertow/pom.xml renamed to lab-05-benchmark-tomcat-jetty-undertow/lab-05-undertow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>lab-05</artifactId>
6+
<artifactId>lab-05-benchmark-tomcat-jetty-undertow</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

0 commit comments

Comments
 (0)