https://github.com/appium/appium-benchmarks
A suite of exercises designed to evaluate the performance of an Appium server or service
https://github.com/appium/appium-benchmarks
Last synced: about 13 hours ago
JSON representation
A suite of exercises designed to evaluate the performance of an Appium server or service
- Host: GitHub
- URL: https://github.com/appium/appium-benchmarks
- Owner: appium
- License: apache-2.0
- Created: 2022-02-15T21:22:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T02:11:59.000Z (over 4 years ago)
- Last Synced: 2025-10-30T02:30:32.941Z (8 months ago)
- Language: TypeScript
- Size: 92.8 KB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Appium Benchmarks
This repository contains a suite of exercises designed to evaluate the performance of an Appium server or service. It can run a set of predetermined tests and extract information such as average command time, latency, etc... With the appropriate caution (ensuring parity of environments along relevant dimensions), it can be used to generate comparisons of Appium servers (hosted locally, on public cloud services, or at specialized Appium service providers).
The goal of this project is to define a standard set of tests which can be applied in different environments to give an estimation of the effect of these environments on the speed and reliability of an Appium test suite.
The goal of this project is NOT to host a database of comparisons for public perusal. There are too many factors to be controlled for. But you can use it yourself to test the relative performance of Appium servers from wherever you're sitting.
## Installation
TODO
## Usage
TODO