Skip to content

Commit

Permalink
fix readme (#11689)
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov authored Jan 8, 2024
1 parent 25b55fd commit 7fe0710
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions integration-tests/load/ocr/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
# OCR Load tests
### OCR Load tests

## Setup

These tests can connect to any cluster create with [chainlink-cluster](../../../charts/chainlink-cluster/README.md)

<<<<<<< HEAD
Create your cluster

```sh
kubectl create ns my-cluster
devspace use namespace my-cluster
=======
Create your cluster, if you already have one just use `kubefwd`
```
kubectl create ns cl-cluster
devspace use namespace cl-cluster
>>>>>>> 06656fac80999d1539e16951a54b87c6df13a9c7
devspace deploy
sudo kubefwd svc -n cl-cluster
```
Expand All @@ -26,12 +17,12 @@ If you haven't changed anything in [devspace.yaml](../../../charts/chainlink-clu

## Usage

```sh
```
export LOKI_TOKEN=...
export LOKI_URL=...
go test -v -run TestOCRLoad
go test -v -run TestOCRVolume
```

Check test configuration [here](config.toml)
Check test configuration [here](config.toml)

0 comments on commit 7fe0710

Please sign in to comment.