All Projects → andriisoldatenko → awesome-performance-testing

andriisoldatenko / awesome-performance-testing

Licence: MIT license
A collection of awesome performance testing resources

Projects that are alternatives of or similar to awesome-performance-testing

Mapbox Gl Controls
Stars: ✭ 93 (-25.6%)
Mutual labels:  measure
Hyperion Ios
In-app design review tool to inspect measurements, attributes, and animations.
Stars: ✭ 1,964 (+1471.2%)
Mutual labels:  measure
ARGoal
Get more goals. | Virtual Goals & Goal Distance | App Doctor Hu
Stars: ✭ 14 (-88.8%)
Mutual labels:  measure
Cohesion
A tool for measuring Python class cohesion.
Stars: ✭ 129 (+3.2%)
Mutual labels:  measure
Unit Api
Units of Measurement API
Stars: ✭ 140 (+12%)
Mutual labels:  measure
Cheap Ruler Go
📏 cheapruler in Go: fast geodesic measurements
Stars: ✭ 176 (+40.8%)
Mutual labels:  measure
String Pixel Width
Blazingly fast measure string width in pixels on the server in Javascript (Node.Js)
Stars: ✭ 65 (-48%)
Mutual labels:  measure
redux-perf-middleware
Redux performance middleware, Measure the time that the actions need to change the state
Stars: ✭ 52 (-58.4%)
Mutual labels:  measure
Funie Gan
Fast underwater image enhancement for Improved Visual Perception. #TensorFlow #PyTorch
Stars: ✭ 155 (+24%)
Mutual labels:  measure
React Native Text Size
Measure text accurately before laying it out and get font information from your App.
Stars: ✭ 238 (+90.4%)
Mutual labels:  measure
Hyperion Android
App Debugging & Inspection Tool for Android
Stars: ✭ 1,778 (+1322.4%)
Mutual labels:  measure
Sparkling Graph
SparklingGraph provides easy to use set of features that will give you ability to proces large scala graphs using Spark and GraphX.
Stars: ✭ 139 (+11.2%)
Mutual labels:  measure
Distancemeasure
📷 An android demo which can measure the distance from user to something while taking photos ( Android 拍照测距 )
Stars: ✭ 185 (+48%)
Mutual labels:  measure
Measure
📏 Measure UI for PSD
Stars: ✭ 110 (-12%)
Mutual labels:  measure
nginx-more
Development repository for nginx-more package
Stars: ✭ 96 (-23.2%)
Mutual labels:  pagespeed
Indriya
JSR 385 - Reference Implementation
Stars: ✭ 74 (-40.8%)
Mutual labels:  measure
Stereo Vision
This program has been developed as part of a project at the University of Karlsruhe in Germany. The final purpose of the algorithm is to measure the distance to an object by combining two webcams and use them as a Stereo Camera.
Stars: ✭ 160 (+28%)
Mutual labels:  measure
MethodTimeTracker
No description or website provided.
Stars: ✭ 16 (-87.2%)
Mutual labels:  measure
jetty-load-generator
jetty-project.github.io/jetty-load-generator/
Stars: ✭ 62 (-50.4%)
Mutual labels:  measure
Measurearkit
An example of measuring app with ARKit in iOS 11
Stars: ✭ 220 (+76%)
Mutual labels:  measure

Awesome performance testing collection

A collection of awesome performance testing resources

  • Software performance testing - In software engineering, performance testing is in general testing performed to determine how a system performs in terms of responsiveness and stability under a particular workload. It can also serve to investigate, measure, validate or verify other quality attributes of the system, such as scalability, reliability and resource usage.

  • Tsung - is an open-source multi-protocol distributed load testing tool. It can be used to stress HTTP, WebDAV, SOAP, PostgreSQL, MySQL, LDAP and Jabber/XMPP servers.

  • Apache Jmeter - is an Apache project that can be used as a load testing tool for analyzing and measuring the performance of a variety of services, with a focus on web applications.

  • Yandex.Tank - is an extendable open source load testing tool for advanced linux users which is especially good as a part of automated load testing suit.

  • Gatling - is an Akka and Netty backed asynchronous loading test tool for HTTP/HTTPS with nice Scala DSL for writing tests

  • k6 - is a modern and developer-centric load testing tool for API and website testing, tests are written in ES6 JS with support for HTTP/1.1, HTTP/2.0 and WebSocket protocols, written in Go.

  • Locust - is an easily distributed loading test tool for load testing web sites and services, tests are written in Python. Featured in https://cloud.google.com/solutions/distributed-load-testing-using-kubernetes

  • YSlow - analyzes web pages and why they're slow based on Yahoo!'s rules for high performance web sites.

  • PageSpeed - Fast and optimized pages lead to higher visitor engagement, retention, and conversions. The PageSpeed family of tools is designed to help you optimize the performance of your website. PageSpeed Insights products will help you identify performance best practices that can be applied to your site, and PageSpeed optimization tools can help you automate.

  • ApacheBench - (ab) is a single-threaded command line computer program for measuring the performance of HTTP web servers. Originally designed to test the Apache HTTP Server, it is generic enough to test any web server.

  • artillery.io - distributed load testing tool in NodeJS, supports tests for HTTP, socket.io, WebSockets and AWS Kinesis. Configuration is written in YAML or JSON, and further customization via templating in Node. Also has APIs for functional tests via assert/expect.

  • tcpkali - Fast multi-core TCP and WebSockets load generator.

  • hey - hey is a tiny program that sends some load to a web application. It was originally called boom and was influenced from Tarek Ziade's tool at tarekziade/boom. Using the same name was a mistake as it resulted in cases where binary name conflicts created confusion. To preserve the name for its original owner, we renamed this project to hey.

  • stress - stress - tool to impose load on and stress test systems.

  • fortio - Fortio (Φορτίο) started as, and is, Istio's load testing tool and now graduated to be its own project. Fortio runs at a specified query per second (qps) and records an histogram of execution time and calculates percentiles (e.g. p99 ie the response time such as 99% of the requests take less than that number (in seconds, SI unit)).

  • wrk - wrk is a modern HTTP benchmarking tool capable of generating significant load when run on a single multi-core CPU. It combines a multithreaded design with scalable event notification systems such as epoll and kqueue. An optional LuaJIT script can perform HTTP request generation, response processing, and custom reporting. Examples available.

  • wrk2 - wrk2 is wrk modifed to produce a constant throughput load, and accurate latency details to the high 9s (i.e. can produce accurate 99.9999%'ile when run long enough). In addition to wrk's arguments, wrk2 takes a throughput argument (in total requests per second) via either the --rate or -R parameters (default is 1000).

  • httperf - httperf is a tool for measuring web server performance. It provides a flexible facility for generating various HTTP workloads and for measuring server performance. The focus of httperf is not on implementing one particular benchmark but on providing a robust, high-performance tool that facilitates the construction of both micro- and macro-level benchmarks. The three distinguishing characteristics of httperf are its robustness, which includes the ability to generate and sustain server overload, support for the HTTP/1.1 and SSL protocols, and its extensibility to new workload generators and performance measurements.

  • ali - ali is a load testing tool capable of performing real-time analysis, inspired by vegeta and jplot. Ali comes with an embedded terminal-based UI where you can plot the metrics in real-time, so lets you perform real-time analysis on the terminal.

  • fasthttploader - Fasthttploader was created to simplify http benchmarking. Options like QueryPerSecond(QPS) and number of connections are not required anymore. Fasthttploader detects server possibilities by analyzing repsonses and choosing optimal conditions for testing. To avoid adjustment stage (cause it takes some extra time) - just set -q and -c flags. Fasthttploader generates html-report after testing with some useful charts.

  • ddosify - High-performance load testing scenario-based tool with current support of HTTP, HTTPS, HTTP/2, you can create your flow in a JSON file without a line of code.

  • plow - Plow is a HTTP(S) benchmarking tool, written in Golang. It uses fasthttp instead of Go's default net/http due to its lightning fast performance. Plow runs at a specified connections concurrently and real-time records a summary statistics, histogram of execution time and calculates percentiles to display on Web UI and terminal. It can run for a set duration, for a fixed number of requests or until Ctrl-C interrupted.

  • oha - oha is a tiny program that sends some load to a web application and show realtime tui inspired by rakyll/hey. This program is written in Rust and powered by tokio and beautiful tui by tui-rs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].