End to end performance test
npm install abacus-perf-testabacus-perf
===
End to end performance tests.
To execute it against running abacus you have to set the following variables:
``bash`
export SECURED=true
export OBJECT_STORAGE_CLIENT_ID=abacus-object-storage
export OBJECT_STORAGE_CLIENT_SECRET=s3cret
export SYSTEM_CLIENT_ID=abacus
export SYSTEM_CLIENT_SECRET=s3cret
export SKIP_SSL_VALIDATION=true # if you need to skip ssl validation
To start a performance test use:
`bash`
yarn perf --collector
To execute a functional correctness test do:
`bash``Output the organization post status
export DEBUG=abacus-perf-testRun the test
yarn perf --collector