An open API service indexing awesome lists of open source software.

https://github.com/centerforopenscience/performance-tests


https://github.com/centerforopenscience/performance-tests

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

          

# performance-tests

### Prerequisite
For Macs, Docker Engine installed: https://docs.docker.com/desktop/install/mac-install/

### Running Tests

#### Run Sample Test
```source go.sh```

### Local Development

#### Building Docker Image
```docker build . --tag performance-tests-local```

#### Running Docker Image
```docker run -it -v ${PWD}/reports/report_$( date '+%F_%H_%M_%S' ):/opt/jmeter/reports performance-tests-local```