Skip to content

Commit

Permalink
Merge branch 'fibers' into jmh_fibers
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme committed Aug 19, 2024
2 parents b1bd24f + 178bfde commit ff3bb9d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ file available that will spin up all needed dependencies in separate
containers, and run the tests in another container. From the project root
directory, invoke:

`docker-compose -f docker/{platform}/docker-compose.yml up --build --exit-code-from cantaloupe`.
`docker compose -f docker/{platform}/docker-compose.yml up --build --exit-code-from cantaloupe`.

### Output testing

Expand All @@ -84,6 +84,13 @@ that enables visual inspection of image output.
Performance tests use [JMH](http://openjdk.java.net/projects/code-tools/jmh/).
Run them with `mvn clean test -Pbenchmark`.

To compose Docker image and pipe JMH results to output, run:

```
docker compose -f docker/Linux-JDK21/docker-compose.yml up --build -d
docker exec -it linux-jdk21-cantaloupe-1 mvn --batch-mode test -Pbenchmark > out.txt
```

## Contribute

The suggested process for contributing code changes is:
Expand Down

0 comments on commit ff3bb9d

Please sign in to comment.