awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alexfernandez avatar

alexfernandez/loadtest

0
View on GitHub↗
2,633 星标·211 分支·JavaScript·MIT·7 次浏览

Loadtest

Runs a load test on the selected URL. Fast and easy to use. Can be integrated in your own workflow using the API.

Features

  • 测试框架 - Automated load testing for web applications.
  • Testing Tools - Run load tests on services.

Star 历史

alexfernandez/loadtest 的 Star 历史图表alexfernandez/loadtest 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Loadtest 的开源替代方案

相似的开源项目,按与 Loadtest 的功能重合度排序。
  • facebook/jestfacebook 的头像

    facebook/jest

    45,448在 GitHub 上查看↗

    Jest is a JavaScript testing framework that integrates a test runner, an assertion library, and a snapshot testing tool. Its primary purpose is to provide a comprehensive environment for writing and running automated JavaScript tests to verify software correctness. The framework is distinguished by its snapshot testing capabilities, which capture the state of large objects or rendered components to detect regressions over time. It also features a reactive watch mode that monitors file changes and automatically executes only the tests related to modified code. The project covers a broad range

    TypeScript
    在 GitHub 上查看↗45,448
  • hypothesisworks/hypothesisHypothesisWorks 的头像

    HypothesisWorks/hypothesis

    8,717在 GitHub 上查看↗

    Hypothesis is a Python property-based testing library and data generation engine. It enables the discovery of edge cases and bugs by generating a wide range of randomized inputs based on defined strategies and shrinking complex failing examples to their smallest possible form. It also functions as a state machine testing framework to verify system behavior across sequences of interdependent operations. The project features a fuzzing integration layer that converts raw byte buffers from coverage-guided fuzzers into structured test cases. It includes a persistence mechanism to store and synchro

    Pythonfuzzingproperty-based-testingpython
    在 GitHub 上查看↗8,717
  • asweigart/pyautoguiasweigart 的头像

    asweigart/pyautogui

    12,564在 GitHub 上查看↗

    PyAutoGUI is a Python GUI automation library and desktop automation framework. It provides a set of tools for programmatically controlling the mouse and keyboard to automate user interface interactions across different operating systems. The project functions as a cross-platform input simulator and computer vision screen scanner. It enables the simulation of keystrokes and cursor movements to perform repetitive tasks and utilizes screen analysis to locate specific images or pixel colors on the display. Its capability surface includes mouse and keyboard input simulation, screen image capture,

    Python
    在 GitHub 上查看↗12,564
  • lk-geimfari/mimesislk-geimfari 的头像

    lk-geimfari/mimesis

    4,818在 GitHub 上查看↗

    Mimesis is a Python synthetic data generator used to create realistic fake datasets and mock data for software testing and development. It functions as a schema-based dataset generator capable of producing structured records and relational datasets, while also serving as a production data anonymizer to replace sensitive information with synthetic values. The library distinguishes itself through comprehensive multilingual support, allowing for the generation of locale-specific information to simulate regional user profiles. It ensures reproducibility through deterministic data generation using

    Pythondatadataframedatascience
    在 GitHub 上查看↗4,818
查看 Loadtest 的所有 30 个替代方案→

常见问题解答

alexfernandez/loadtest 是做什么的?

Runs a load test on the selected URL. Fast and easy to use. Can be integrated in your own workflow using the API.

alexfernandez/loadtest 的主要功能有哪些?

alexfernandez/loadtest 的主要功能包括:测试框架, Testing Tools。

alexfernandez/loadtest 有哪些开源替代品?

alexfernandez/loadtest 的开源替代品包括: hypothesisworks/hypothesis — Hypothesis is a Python property-based testing library and data generation engine. It enables the discovery of edge… locustio/locust — Locust is a distributed performance testing framework that allows users to define complex system stress scenarios… asweigart/pyautogui — PyAutoGUI is a Python GUI automation library and desktop automation framework. It provides a set of tools for… facebook/jest — Jest is a JavaScript testing framework that integrates a test runner, an assertion library, and a snapshot testing… lk-geimfari/mimesis — Mimesis is a Python synthetic data generator used to create realistic fake datasets and mock data for software testing… microsoft/playwright — Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow…