{"id":23521567,"url":"https://github.com/tubone24/elixir_performance_tool","last_synced_at":"2025-08-30T09:16:13.416Z","repository":{"id":46217707,"uuid":"233040681","full_name":"tubone24/elixir_performance_tool","owner":"tubone24","description":"Checking TAT benchmark test tools for Parallel HTTP requests by Elixir.","archived":false,"fork":false,"pushed_at":"2023-12-15T02:21:06.000Z","size":285,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-25T17:12:37.726Z","etag":null,"topics":["elixir","perfomance-testing"],"latest_commit_sha":null,"homepage":"https://tubone24.github.io/elixir_performance_tool/","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/tubone24.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-10T12:17:37.000Z","updated_at":"2020-01-15T14:54:27.000Z","dependencies_parsed_at":"2022-09-11T06:50:11.266Z","dependency_job_id":null,"html_url":"https://github.com/tubone24/elixir_performance_tool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tubone24%2Felixir_performance_tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tubone24%2Felixir_performance_tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tubone24%2Felixir_performance_tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tubone24%2Felixir_performance_tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tubone24","download_url":"https://codeload.github.com/tubone24/elixir_performance_tool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239212553,"owners_count":19600830,"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":["elixir","perfomance-testing"],"created_at":"2024-12-25T17:12:41.375Z","updated_at":"2025-02-16T23:43:45.481Z","avatar_url":"https://github.com/tubone24.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ebook Homebrew: ElixirPerformanceTool\n\n![logo](./elixir_perfomance_logo.png)\n\n[![license](https://img.shields.io/github/license/tubone24/elixir_performance_tool.svg)](LICENSE)\n[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\nChecking TAT benchmark test tools for Parallel HTTP requests by Elixir.\n\n## Table of Contents\n\n- [Background](#background)\n- [Install](#install)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Background\n\nOne day, I needed to test the performance of Ebook Homebrew, and decided to solve it by creating a load testing tool that could send a lot of requests in parallel.\n\n## Install\n\n### Preconditions\n\n#### Dependencies\n\nInstall dependencies by Mix.\n\n```bash\nmix deps.get\n```\n\n### Installation for another modules\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `elixir_performance_tool` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:elixir_performance_tool, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/elixir_performance_tool](https://hexdocs.pm/elixir_performance_tool).\n\n## Usage\n\n### Run the test by IEx.\n\nRun the test by IEx.\n\n```\niex -S mix\n\niex(1)\u003e ElixirPerformanceTool.run(10, 10)\n```\n\nFunction `ElixirPerformanceTool.run` set 2 args, first one is parallel task number, second one is repeating times.\n\n### test\n\nRun test by mix test.\n\n```bash\nmix test\n```\n\n## Contributing\n\nSee [the contributing file](CONTRIBUTING.md)!\n\nPRs accepted.\n\nSmall note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n## License\n\n[MIT © tubone.](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftubone24%2Felixir_performance_tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftubone24%2Felixir_performance_tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftubone24%2Felixir_performance_tool/lists"}