{"id":27496396,"url":"https://github.com/marcinwysocki/loadex","last_synced_at":"2025-08-23T10:35:49.966Z","repository":{"id":46647275,"uuid":"243605552","full_name":"marcinwysocki/loadex","owner":"marcinwysocki","description":"A load testing tool written in Elixir","archived":false,"fork":false,"pushed_at":"2021-10-25T19:05:10.000Z","size":75,"stargazers_count":3,"open_issues_count":7,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-23T11:29:52.827Z","etag":null,"topics":["elixir","hacktoberfest","load-testing"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/marcinwysocki.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}},"created_at":"2020-02-27T20:02:23.000Z","updated_at":"2025-02-25T13:44:42.000Z","dependencies_parsed_at":"2022-09-14T21:02:05.268Z","dependency_job_id":null,"html_url":"https://github.com/marcinwysocki/loadex","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/marcinwysocki/loadex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcinwysocki%2Floadex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcinwysocki%2Floadex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcinwysocki%2Floadex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcinwysocki%2Floadex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcinwysocki","download_url":"https://codeload.github.com/marcinwysocki/loadex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcinwysocki%2Floadex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271746660,"owners_count":24813575,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["elixir","hacktoberfest","load-testing"],"created_at":"2025-04-17T04:48:34.231Z","updated_at":"2025-08-23T10:35:49.950Z","avatar_url":"https://github.com/marcinwysocki.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Loadex\n\nA simple distributed load test runner.\n\n`Loadex` was created with two things in mind - genarating huge loads in a controlled manner, while being able to fully customize the test's flow.\nThese goals are achieved by using plain Elixir to create *scenarios* and then laveraging Elixir's massive concurrency capabilities to run them on one or multiple machines.\n\nDocs can be found at [https://hexdocs.pm/loadex](https://hexdocs.pm/loadex).\n\n## Installation\n\nAdd `loadex` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:loadex, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n  \n### Example:\n  \n```elixir\ndefmodule ExampleScenario do\n  use Loadex.Scenario\n\n  setup do\n    1..100\n  end\n\n  scenario index do\n    loop_after 500, 10, iteration do\n      IO.puts(\"My number is \\#{index}, iteration \\#{iteration}!\")\n    end\n  end\n\n  teardown index do\n    IO.puts(\"Bye from \\#{index}!\")\n  end\nend\n  ```\n\nThen:\n\n```bash\niex\u003e Loadex.run(scenario: \"./scenarios/example_scenario.exs\", rate: 30, restart: true)\n```\n\nMore information can be found in [the docs](https://hexdocs.pm/loadex)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcinwysocki%2Floadex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcinwysocki%2Floadex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcinwysocki%2Floadex/lists"}