Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 742 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 742 Bytes

OCR Load tests

Setup

These tests can connect to any cluster create with chainlink-cluster

Create your cluster, if you already have one just use kubefwd

kubectl create ns cl-cluster
devspace use namespace cl-cluster
devspace deploy
sudo kubefwd svc -n cl-cluster

Change environment connection configuration here

If you haven't changed anything in devspace.yaml then default connection configuration will work

Usage

export LOKI_TOKEN=...
export LOKI_URL=...

go test -v -run TestOCRLoad
go test -v -run TestOCRVolume

Check test configuration here