artillery-engine-gcp-pubsub
v2.0.0
Published
Artillery engine for Google Cloud Pub/Sub load testing
Downloads
26
Readme
Engine GCP Pub/Sub
An Artillery engine for generating testing load against a Google Cloud Pub/Sub topic.
Installation
npm installConfiguration
See example-config.yml configuration file.
Dependencies
async: For handling asynchronous operationsdebug: For debugging output@google-cloud/pubsub: Google Cloud Pub/Sub client library
Environment Setup
Make sure you have:
- A Google Cloud Project with Pub/Sub API enabled
- Service account credentials with Pub/Sub permissions
- The
GOOGLE_APPLICATION_CREDENTIALSenvironment variable set
