Skip to content

Commit f5168ba

Browse files
authored
Documentation updates (#416)
* Updated clean script for Windows * Fetch latest changes from Tulip-docs * Prepare for the 2.3.0 release
1 parent d708d69 commit f5168ba

File tree

4 files changed

+16
-17
lines changed

4 files changed

+16
-17
lines changed

docs/pull_docs.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
robocopy ..\..\Tulip-docs\modules userguide /MIR /W:5 /R:1

docs/push_docs.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
robocopy userguide ..\..\Tulip-docs\modules /MIR /W:5 /R:1

docs/userguide/ROOT/examples/App.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///usr/bin/env jbang "$0" "$@" ; exit $\?
2-
//DEPS io.github.wfouche.tulip:tulip-runtime:2.2.0
3-
//JAVA 25
2+
//DEPS io.github.wfouche.tulip:tulip-runtime:2.2.5
3+
//JAVA 21+
44

55
import io.github.wfouche.tulip.api.TulipApi;
66

docs/userguide/ROOT/pages/index.adoc

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Introduction
2-
:use-kroki: 0
2+
:use-kroki: 1
33

4-
https://github.com/wfouche/Tulip[Tulip] is a SDK for the Java VM (JVM) to create load testing, stress testing, and performance regression testing benchmarks for software systems.
4+
The https://github.com/tulipltt/Tulip[Tulip Load Testing Toolkit (LTT)] is a SDK for the Java VM (JVM) to create load testing, stress testing, and performance regression testing benchmarks for software systems.
55
Tulip is a robust solution for evaluating the performance and stability of web applications under varying conditions, ensuring they can handle high traffic and stress levels efficiently.
66
Similar to well-known tools like JMeter, Gatling, and Locust, Tulip provides powerful capabilities to simulate real-world scenarios and generate comprehensive reports, helping developers identify and resolve potential bottlenecks.
77

@@ -48,10 +48,7 @@ split
4848
#greenyellow:benchmark_config.json;
4949
split again
5050
-[hidden]->
51-
#beige:User.class;
52-
split again
53-
-[hidden]->
54-
#beige:App.class;
51+
#beige:User.java;
5552
split again
5653
-[hidden]->
5754
#azure:tulip-runtime.jar;
@@ -200,9 +197,9 @@ image:image-demo-benchmark-report-html.png[]
200197

201198
== Source Code
202199

203-
https://github.com/wfouche/Tulip/
200+
https://github.com/tulipltt/Tulip/
204201

205-
https://github.com/wfouche/Tulip-docs/
202+
https://github.com/tulipltt/Tulip-docs/
206203

207204
== Social Media
208205

@@ -228,15 +225,15 @@ https://www.youtube.com/@Tulip_ltt[@Tulip_ltt]
228225
<dependency>
229226
<groupId>io.github.wfouche.tulip</groupId>
230227
<artifactId>tulip-runtime</artifactId>
231-
<version>2.2.0</version>
228+
<version>2.2.5</version>
232229
</dependency>
233230
----
234231
https://mvnrepository.com/artifact/io.github.wfouche.tulip/tulip-runtime
235232

236233
.Gradle(Kotlin)
237234
[source,kotlin]
238235
----
239-
implementation("io.github.wfouche.tulip:tulip-runtime:2.2.0")
236+
implementation("io.github.wfouche.tulip:tulip-runtime:2.2.5")
240237
----
241238

242239
.JBang(App.java)
@@ -247,11 +244,11 @@ include::example$App.java[]
247244

248245
=== Current Release
249246

250-
Tulip v2.2.0::
247+
Tulip v2.2.5::
251248

252-
* https://github.com/wfouche/Tulip/releases/tag/v2.2.0[Release Notes]
249+
* https://github.com/wfouche/Tulip/releases/tag/v2.2.5[Release Notes]
253250

254-
* Release date: 30 January 2026
251+
* Release date: 5 March 2026
255252

256253
=== Previous Releases
257254

@@ -263,6 +260,6 @@ Tulip v2.1.17::
263260

264261
== Next Release
265262

266-
Tulip v2.2.1::
263+
Tulip v2.3.0::
267264

268-
* Release date: Q1, 2026
265+
* Release date: Q2, 2026

0 commit comments

Comments
 (0)