{"id":20119844,"url":"https://github.com/shellshape/rush","last_synced_at":"2025-03-02T20:15:24.297Z","repository":{"id":186714967,"uuid":"662274256","full_name":"shellshape/rush","owner":"shellshape","description":"A tiny HTTP benchmarking and performance testing CLI tool.","archived":false,"fork":false,"pushed_at":"2024-03-18T13:32:31.000Z","size":72,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T05:51:27.273Z","etag":null,"topics":["benchmark","cli","http","http-benchmarking","performance-analysis","requests","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shellshape.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-07-04T18:47:41.000Z","updated_at":"2024-02-17T06:17:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1b95357-057a-4c89-8fff-2c6cfe3dd977","html_url":"https://github.com/shellshape/rush","commit_stats":null,"previous_names":["shellshape/rush"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellshape%2Frush","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellshape%2Frush/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellshape%2Frush/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellshape%2Frush/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shellshape","download_url":"https://codeload.github.com/shellshape/rush/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241564557,"owners_count":19982960,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["benchmark","cli","http","http-benchmarking","performance-analysis","requests","rust"],"created_at":"2024-11-13T19:17:25.368Z","updated_at":"2025-03-02T20:15:24.270Z","avatar_url":"https://github.com/shellshape.png","language":"Rust","readme":"# rush\n\nA tiny HTTP benchmarking and performance testing CLI tool.\n\nThis tool has been primarily created to collect the data for [this project](https://github.com/zekroTJA/vercel-benchmarks), but it is also desigend to be used in a general purpose manner.\n\n## Usage\n\n```\n$ rush --help\nA tiny HTTP benchmarking and performance testing CLI tool.\n\nUsage: rush [OPTIONS] \u003cURL\u003e\n\nArguments:\n  \u003cURL\u003e  The URL to be requested\n\nOptions:\n  -X, --method \u003cMETHOD\u003e        The HTTP method to be used [default: GET]\n  -H, --header \u003cHEADER\u003e        The HTTP headers to be sent with the request; format is 'key: value'\n  -b, --body \u003cBODY\u003e            The body content to be sent with the request\n  -f, --body-file \u003cBODY_FILE\u003e  Reads the contents of the file and uses it as body for the request; overwrites `body`, if both set\n  -c, --count \u003cCOUNT\u003e          The amount of requests which will be sent [default: 1] [short aliases: n]\n  -p, --parallel \u003cPARALLEL\u003e    The maximum amount of requests which will be sent concurrently at a given time [default: 1]\n  -w, --warmup \u003cWARMUP\u003e        Perform warmup requests which do not count to the benchmark result\n  -w, --wait \u003cWAIT\u003e            A duration awaited before a request is sent; you can pass a range (format: 'from..to', e.g. '10ms..20ms') from which a random duration will be picked\n  -o, --output \u003cOUTPUT\u003e        Writes the results of each request formatted as CSV to the given output directory; appends the file if it already exists\n      --csv                    Prints the results of each request to stdout CSV formatted; bypasses `silent`, if set\n  -s, --silent                 Do not print any output\n  -i, --insecure               Disable TLS certificate invalidation\n  -h, --help                   Print help\n  -V, --version                Print version\n```\n\n## Install\n\nYou can either download the latest release builds form the [Releases page](https://github.com/shellshape/rush/releases) or you can install it using cargo install.\n```\ncargo install --git https://github.com/shellshape/rush\n```\n\nAlternatively, you can also use the provided Docker image.\n```\ndocker run --rm -it ghcr-io/shellshape/rush \\\n    https://example.com -X GET -n 100 -p 3 -w 10ms..20ms --csv \\\n        \u003e results.csv\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellshape%2Frush","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshellshape%2Frush","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellshape%2Frush/lists"}