Skip to content

Commit

Permalink
Merge pull request #12 from idealo/sequencial_tests
Browse files Browse the repository at this point in the history
chore: removed sleep from entrypoint
  • Loading branch information
manuelkasiske4idealo authored Nov 11, 2024
2 parents a107b09 + 22f8bab commit 20b209e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mongo-bench-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ until nc -z mongodb 27017; do
sleep 2
done

sleep 3000
# Run the insert test
echo 'Running insert test...'
./mongo-bench --uri mongodb://root:example@mongodb:27017 --type insert --threads 10 --docs 80000
Expand Down

0 comments on commit 20b209e

Please sign in to comment.