We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074e91a commit 0ab31a8Copy full SHA for 0ab31a8
1 file changed
benchmarks/scripts/prepare_infra.py
@@ -27,7 +27,7 @@ def print_and_exit(message):
27
DIGITAL_OCEAN_URL = "https://api.digitalocean.com/v2"
28
29
VPC_NAME = "eventsql-benchmarks-vpc"
30
-CONSUMER_MACHINE_NAME = "eventsql-bechmarks-consumer-machine"
+CONSUMER_MACHINE_NAME = "eventsql-benchmarks-consumer-machine"
31
DB_MACHINE_INSTANCES = int(environ.get("DB_MACHINE_INSTANCES", "3"))
32
db_machine_names = [f"eventsql-benchmarks-db-machine-{i}" for i in range(DB_MACHINE_INSTANCES)]
33
FIREWALL_NAME = "eventsql-benchmarks-firewall"
0 commit comments