Skip to content

Commit

Permalink
update action comments
Browse files Browse the repository at this point in the history
Signed-off-by: Navendu Pottekkat <[email protected]>
  • Loading branch information
pottekkat committed Sep 30, 2021
1 parent 1bc851e commit 4bce1ba
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
name: "Service Mesh Performance Testing with Meshery"
description: "Validate SMP specification using Meshery"
name: "Performance Testing with Meshery"
description: "Run performance tests in SMP format with Meshery"
author: "Layer5"

inputs:
# token to connect with the remote provider
# token to authenticate with Meshery
# see: https://docs.meshery.io/guides/performance-management#running-performance-benchmarks-in-your-pipelines
provider_token:
description: "Provider token to use. NOTE: value of the 'token' key in auth.json"
required: true

# platform to deploy meshery
# platform to deploy Meshery to
platform:
description: "Platform to deploy meshery on. Possible values: docker, kubernetes"
description: "Platform to deploy Meshery to. Allowed values: docker, kubernetes"
default: docker

# SUPPLY EITHER "profile_filename" or profile_name
# provide either a test configuration file or a performance profile name

# name of the file storing the performance profile (keep in .github)
# name of the test configuration file written in SMP compatible format
# see: https://docs.meshery.io/guides/performance-management#running-performance-benchmarks-through-mesheryctl
# store this file in the .github folder in your repository
profile_filename:
description: "Name of the file containing SMP profile"
description: "Name of the test configuration file"

# name of the prformance profile to use
# name of the performance profile to use to run tests
# see: https://docs.meshery.io/functionality/performance-management#performance-profiles
profile_name:
description: "Name of the performance profile"

Expand Down

0 comments on commit 4bce1ba

Please sign in to comment.