Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,16 @@ And we're done! You should be seeing the performance metrics soon enough!
tail -f ~/.benchmark/logs/benchmark.log
```

If you run into below error:
```json
[ERROR] ❌ Cannot run. Error in test run orchestrator (No value for mandatory configuration: section='reporting', key='datastore.type')
```
This normally happens because you are using the old config cached in `~/.benchmark` and `~/.osb`. You can remove them to force using the latest config.
```json
rm -rf ~/.benchmark
rm -rf ~/.osb
```

## running tests

Once setup is complete, you may run the unit and integration tests.
Expand Down
Loading