Skip to content

Commit

Permalink
Update sectioning
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Mar 27, 2024
1 parent e1c765e commit 952804a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs_new/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Results are stored in RDF-files or in easier to read CSV-files.
- Calculation of various metrics for better comparisons
- Processing of HTTP responses (e.g., results counting)

## Usage
## Setup

### Prerequisites
You need to have `Java 17` or higher installed.
On Ubuntu it can be installed by executing the following command:

```bash
sudo apt install java
sudo apt install openjdk-17-jre
```

### Download
Expand All @@ -35,7 +35,7 @@ The `example-suite.yml` file contains a basic configuration for a benchmark suit
It can be used as a starting point for your own benchmark suite.
For a detailed explanation of the configuration, see the [configuration](./configuration/overview.md) documentation.

### Run Iguana
## Usage

Start Iguana with a benchmark suite (e.g., the `example-suite.yml`) either by using the start script:

Expand Down

0 comments on commit 952804a

Please sign in to comment.