Omes - load generator

how i do a load test with omes. when I try npm run proto-gen error
Creating protobuf JS definitions from /app/workers/proto/kitchen_sink/kitchen_sink.proto
8.164 Error: ENOENT: no such file or directory, open ‘/app/workers/proto/kitchen_sink/temporal/api/common/v1/message.proto’

in directory /app/workers/proto/kitchen_sink just kitchen_sink.proto file

Hi, you need to check out the submodule. Run this from the root of the repo:

git submodule update --init workers/proto/api_upstream

We should add this to the README – it’s easy to forget to do!

i try to run

go run ./cmd run-scenario --run-id 1234 --scenario workflow_with_many_actions

i get log

2024-10-22T09:08:03.138+0700    INFO    cmdoptions/client.go:125        Client connected to localhost:7233, namespace: default
2024-10-22T09:08:03.140+0700    INFO    scenarios/workflow_with_many_actions.go:36      Preparing to run with 30 child workflow(s) and 30 activity execution(s)

is this waiting for worker running? but if i run worker

go run ./cmd run-worker --scenario workflow_with_many_actions --run-id 1234 --language typescript

i found error

2024-10-22T09:09:45.915+0700    FATAL   cmd/run_worker.go:33    npm run build in ./workers/typescript failed: exit status 1

in npm run build code call npm run proto-gen