Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artillery Parallel Execution #2681

Closed
nithinkadam19 opened this issue Apr 29, 2024 · 0 comments
Closed

Artillery Parallel Execution #2681

nithinkadam19 opened this issue Apr 29, 2024 · 0 comments

Comments

@nithinkadam19
Copy link

Hi Team,

I would like to execute yamls parallelly. like i have 2 yamls first.yml and second.yml.

can you provide me a batch script on how to execute both the yamls parallelly.

i tried "@echo off
set "folderPath=%1"

if not defined folderPath (
echo Please provide the folder path as a command-line argument.
exit /b 1
)

for %%F in ("%folderPath%*.yml") do (
REM artillery run -o "%folderPath%%%~nxF".json --config commonconfig.yml "%folderPath%%%~nxF"
artillery run --config commonconfig.yml "%folderPath%%%~nxF" artillery run --config commonconfig.yml "%folderPath%%%~nxF"
)"

But it is picking scripts one by one mean sequentially. i need to execute yamls parallely.

@artilleryio artilleryio locked and limited conversation to collaborators Apr 30, 2024
@hassy hassy converted this issue into discussion #2686 Apr 30, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant