Skip to content

Feature: Dynamic url #12

@aleksandargosevski

Description

@aleksandargosevski

Hi,

What are the chances to add options to pass dynamic URL, for example:

siege()
    .on(3000)
    .concurrent(100)
    .for(10000).times
    .get(() => `/detail?id=${Math.floor(Math.random() * 1000) + 1}`)
    .attack();

Thanks,
Aleksandar

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions