Skip to content

Commit

Permalink
Merge branch 'jmh_fibers' into jmh_additional_fibers
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme committed Aug 19, 2024
2 parents 715cdb4 + 35b1199 commit f28ca15
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions run_jmh.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

# Compose image
docker compose -f docker/Linux-JDK21/docker-compose.yml up --build -d

# Run JMH inside container
docker exec -it linux-jdk21-cantaloupe-1 mvn --batch-mode test -Pbenchmark > out.txt

# Once done, kill processes
docker kill linux-jdk21-cantaloupe-1
docker kill linux-jdk21-minio-1
docker kill linux-jdk21-redis-1

0 comments on commit f28ca15

Please sign in to comment.