From f1df30e3ac3d5cf7e996decca263f9d3d2cc553c Mon Sep 17 00:00:00 2001 From: kenju Date: Tue, 10 Mar 2020 10:48:45 +0900 Subject: [PATCH] Add kenju/github-actions-artillery for "Performance Testing" section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 411a0aa..362a66b 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run Cypress E2E tests](https://github.com/cypress-io/github-action) - [Test Ansible roles with Molecule](https://github.com/robertdebock/molecule-action) +#### Performance Testing + +- [Run performance testing](https://github.com/kenju/github-actions-artillery) with [artilleryio](https://github.com/artilleryio/artillery) + #### Linting - [PHP Code fixer Action](https://github.com/OskarStark/php-cs-fixer-ga)