Skip to content

Commit be0f6ac

Browse files
committed
Follow feedback
1 parent b0bcc4f commit be0f6ac

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# GraalVM Demos
22

33
This repository contains a collection of example applications that highlight key features and best practices for working with GraalVM technologies.
4-
The demos are organized into categories for easier navigation.
54

65
## Get Started
76

@@ -13,7 +12,7 @@ git clone https://github.com/graalvm/graalvm-demos.git
1312
cd graalvm-demos
1413
```
1514

16-
You will find instructions for running a particular demo in the corresponding _README.md_ file. Some demos may also redirect you to a specific guide on the [GraalVM website](https://www.graalvm.org/latest/guides/).
15+
You will find instructions for running a particular demo in the corresponding _README.md_ file. Some demos redirect you to a specific guide on the [GraalVM website](https://www.graalvm.org/latest/guides/).
1716

1817
## Graal Languages Demos
1918

@@ -96,18 +95,12 @@ Demos optimizing native applications for different criteria (runtime and perform
9695
Demos designed to test and showcase the capabilities of the Graal Just-In-Time (JIT) compiler.
9796
These examples focus on evaluating the compiler's performance, including its optimizations for modern Java workloads.
9897

99-
* - [java-stream-benchmark](compiler/java-stream-benchmark/) - A simple Java Stream benchmark to test the Graal JIT compiler performance against C2
98+
* [java-stream-benchmark](compiler/java-stream-benchmark/) - A simple Java Stream benchmark to test the Graal JIT compiler performance against C2
10099

101100
## Archived Demos
102101

103102
Legacy or blog-related demos, as well as examples involving polyglot capabilities.
104103

105-
## Compatibility
106-
107-
The demos are standard Java applications and benchmarks, compatible with any virtual machine capable of running Java.
108-
They are [tested against the latest GraalVM LTS release and the GraalVM Early Access build using GitHub Actions](https://github.com/graalvm/graalvm-demos/tree/master/.github/workflows), with the exception of archived examples.
109-
If you come across an issue, please submit it [here](https://github.com/graalvm/graalvm-demos/issues).
110-
111104
## License
112105

113106
Unless specified otherwise, all code in this repository is licensed under the [Universal Permissive License (UPL)](http://opensource.org/licenses/UPL).

0 commit comments

Comments
 (0)