Skip to content

Commit

Permalink
fix(scripts): align scylla and gemini performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kropachev committed Jun 11, 2023
1 parent 1523b20 commit 9f7344d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/docker-compose-scylla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ services:
gemini-oracle:
image: scylladb/scylla:5.2.2
container_name: gemini-oracle
command: --smp 2 --memory 1024M --api-address 0.0.0.0
command: --smp 2 --memory 512M --api-address 0.0.0.0
networks:
gemini:

gemini-test:
image: scylladb/scylla:5.2.2
container_name: gemini-test
command: --smp 2 --memory 1024M --api-address 0.0.0.0
command: --smp 2 --memory 512M --api-address 0.0.0.0
networks:
gemini:
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_gemini() {
./scripts/prepare-environment.sh $oracle || exit 1

echo -n "Running test with $oracle as oracle for 'gemini $@' ... "
./scripts/run-gemini-test.sh --drop-schema $@
./scripts/run-gemini-test.sh --drop-schema -c 8 $@
if [ $? -eq 0 ]; then
echo "OK"
else
Expand Down

0 comments on commit 9f7344d

Please sign in to comment.