-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Performance tests | ||
|
||
## Running | ||
|
||
Each subdirectory contains a network.yaml and simulation.yaml defining a keramik test that is designed to be run through the Github Action [run-performance](./.github/workflows/run-performance.yaml). | ||
|
||
The test name is the directory name. | ||
|
||
To run a test, go to the ["Run Performance" Github Action](https://github.com/3box/ceramic-tests/actions/workflows/run-performance.yaml) and use the directory name for the "Folder name containing the performance test yaml" input. | ||
|
||
## Adding a new test | ||
|
||
To add a new test, create a new directory with a network.yaml and simulation.yaml. | ||
|
||
Ensure that the following setting are used to capture metrics. | ||
|
||
``` | ||
spec: | ||
monitoring: | ||
namespaced: true | ||
podMonitor: | ||
enabled: true | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters