mirror of
https://gitlab.uni-marburg.de/langbeid/powersort.git
synced 2025-01-21 19:50:35 +01:00
docs: README
This commit is contained in:
parent
798ed8502c
commit
21940b29df
13
README.md
13
README.md
@ -4,7 +4,7 @@
|
||||
|
||||
### Setup
|
||||
|
||||
Dependencies (JDK23, Gradle, IntelliJ) can be installed by running `nix-shell`.
|
||||
The development dependencies (JDK23, Gradle, IntelliJ) can e.g. be installed with `nix` by running `nix-shell`.
|
||||
|
||||
**Commandline**
|
||||
|
||||
@ -28,7 +28,7 @@ This should include version >= 23, e.g.:
|
||||
|
||||
**IntelliJ**
|
||||
|
||||
When using `nix-shell`, some configuration is necessary:
|
||||
When using `nix-shell`, some manual configuration is necessary:
|
||||
|
||||
- STRG ALT SHIFT s -> SDK -> add JDK ->
|
||||
- home path: /usr/lib/openjdk
|
||||
@ -56,3 +56,12 @@ Run the task "test":
|
||||
```shell
|
||||
./gradlew test
|
||||
```
|
||||
|
||||
### Benchmark
|
||||
|
||||
There are two different benchmarks. One is based on the JMH benchmark framework, the other one is a custom benchmark implementation.
|
||||
|
||||
```shell
|
||||
./gradlew jmh
|
||||
./gradlew runCustomBenchmark
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user