Skip to content

Commit 72c008b

Browse files
committed
Mention native executable is deprecated
Fixes #449
1 parent 23e41ef commit 72c008b

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

bin/before_build.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/docs/asciidoc/installation.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
PerfTest is distributed as an uber JAR from https://github.com/rabbitmq/rabbitmq-perf-test/releases[GitHub releases].
66

7-
WARNING: The `tar.gz` and `zip` archives are deprecated and will be removed in PerfTest 3.0. Use the uber JAR file instead.
7+
WARNING: The `tar.gz` and `zip` archives are deprecated and will be removed in PerfTest 3.0.
8+
Use the uber JAR file instead.
89

910
It is also available on https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.rabbitmq%22%20AND%20a%3A%22perf-test%22[Maven Central] if one needs to use it as library.
1011

@@ -19,6 +20,9 @@ To verify a PerfTest installation, use:
1920

2021
=== From Native Executable
2122

23+
WARNING: The native executable binary is deprecated and will be removed in PerfTest 3.0.
24+
Use the uber JAR file instead.
25+
2226
PerfTest is also distributed as a native executable binary. This is an experimental feature, see the <<native-executable,dedicated section>> for more information.
2327

2428
=== From Docker Image

src/docs/asciidoc/usage-advanced.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,9 @@ the `PERF_TEST_CONFIRM_TIMEOUT` environment variable, not only `CONFIRM_TIMEOUT`
489489
[#native-executable]
490490
== Native Executable
491491

492+
WARNING: The native executable binary is deprecated and will be removed in PerfTest 3.0.
493+
Use the uber JAR file instead.
494+
492495
PerfTest is also distributed as a https://www.graalvm.org/22.1/reference-manual/native-image/[native executable]
493496
built with https://www.graalvm.org/[GraalVM]. The native executable has the following
494497
advantages: it doesn't need a JVM to run, it has faster startup time

0 commit comments

Comments
 (0)