Skip to content

Tango-Tango/push-latency-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

To run the tests, you will need Python installed. They have only been tested with Python 3.11, but should run on any recent Python version.

Running the tests

Using Poetry

  1. Install poetry.
  2. Run poetry run app <TARGET_IP_OR_HOSTNAME> --outfile <FILENAME>.

Without poetry

  1. Optionally create a virtual environment.
  2. Install requirements with python -m pip install -r requirements.txt.
  3. Run PYTHONPATH=. python -m push_latency_tests.main <TARGET_IP_OR_HOSTNAME> --outfile <FILENAME>.

About

Test APNs push notification latency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages