Skip to content

Commit dc905ee

Browse files
committed
loadtest-controller: use mustache as a rendering template for the report
1 parent 05fe089 commit dc905ee

3 files changed

Lines changed: 334 additions & 185 deletions

File tree

loadtest-controller/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
<artifactId>spring-boot-starter</artifactId>
4646
</dependency>
4747

48+
<dependency>
49+
<groupId>com.samskivert</groupId>
50+
<artifactId>jmustache</artifactId>
51+
<version>1.16</version>
52+
</dependency>
53+
4854
<dependency>
4955
<groupId>com.google.code.gson</groupId>
5056
<artifactId>gson</artifactId>

0 commit comments

Comments
 (0)