{"id":15814139,"url":"https://github.com/cchexcode/viking","last_synced_at":"2026-01-23T20:39:52.835Z","repository":{"id":186640770,"uuid":"675487758","full_name":"cchexcode/viking","owner":"cchexcode","description":"A CLI program for API load testing.","archived":false,"fork":false,"pushed_at":"2024-11-12T22:07:45.000Z","size":526,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-27T07:19:12.669Z","etag":null,"topics":["api","invoke","load","rust","test"],"latest_commit_sha":null,"homepage":"https://crates.io/crate/viking","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/cchexcode.png","metadata":{"files":{"readme":"docs/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,"publiccode":null,"codemeta":null}},"created_at":"2023-08-07T03:32:20.000Z","updated_at":"2024-11-12T22:07:50.000Z","dependencies_parsed_at":"2023-12-13T19:26:39.380Z","dependency_job_id":"d68d8b87-45c0-4248-a526-2c496b747299","html_url":"https://github.com/cchexcode/viking","commit_stats":null,"previous_names":["replicadse/viking","cchexcode/viking"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cchexcode%2Fviking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cchexcode%2Fviking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cchexcode%2Fviking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cchexcode%2Fviking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cchexcode","download_url":"https://codeload.github.com/cchexcode/viking/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246635949,"owners_count":20809331,"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":["api","invoke","load","rust","test"],"created_at":"2024-10-05T04:22:55.283Z","updated_at":"2026-01-23T20:39:52.791Z","avatar_url":"https://github.com/cchexcode.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# viking\n\n![](viking.png)\n\n[![dependency status](https://deps.rs/repo/github/replicadse/viking/status.svg)](https://deps.rs/repo/github/replicadse/viking)\\\n`viking` is an alternative API load testing tool. We're raiding in style.\n\n## Project state\n\n`viking` is unstable but really cool.\n\n## Abstract\n\n`viking` is an opinionated API load testing tool. A few of the key characteristics are:\n\n- Extensive use of multithreading\n- Per-thread blocking requests\n- Ability to record requests and responses\n- YAML based configuration\n- Configurable live reporting\n- Configurable error behavior\n- Smart request parameters (static / increment)\n\n## Installing\n\n```bash\ncargo install viking\n```\n\n## Example configuration\n\n```bash\n# This command renders an example configuration to STDOUT.\nviking init\n```\n\n```yaml\nversion: \"0.2\"\n\ncampaigns:\n  main:\n    phases:\n      - target:\n          env: \"API_URI\"\n        threads: 32\n        ends:\n          requests: 500\n          #time: !s 60\n        timeout:\n          s: 2000\n        report:\n          interval:\n            s: 1\n        spec:\n          get:\n            header:\n              x-api-key:\n                - env: \"API_KEY\"\n            query:\n              page:\n                - increment:\n                    start: 0\n                    step: 1\n              per_page:\n                - static: 4000\n              from:\n                - static: 1694901600\n              to:\n                - static: 1694905200\n        behaviours:\n          ok:\n            - match: ^(200)$\n              mark: success\n            - match: .*\n              mark: error\n          error:\n            backoff:\n              s: 1\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcchexcode%2Fviking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcchexcode%2Fviking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcchexcode%2Fviking/lists"}