Updated the dashboard screenshot to be something a little more interesting

This commit is contained in:
hamilcarBarca17
2023-08-03 12:46:55 -06:00
parent 7dda9b962d
commit 8b6738722b
5 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ build-dynamodb-benchmarker:
@cargo clean && rm -f dynamodb-benchmarker && cargo build --release && mv ./target/release/dynamodb-benchmarker .
build-dax-benchmarker:
@rm -f main && rm -f dax-benchmarker && go build -o dax-benchmarker pkg/app/main.go
@rm -f main && rm -f dax-benchmarker && go mod tidy && go build -o dax-benchmarker pkg/app/main.go
build: build-dynamodb-benchmarker build-dax-benchmarker
+1 -2
View File
@@ -2,10 +2,9 @@
This project houses the Rust and Go code to benchmark the performance of DynamoDB and DAX by simulating heavy loads.
![main_menu](./screenshots/main-menu.png)
![dashboard_screenshot_1](./screenshots/dashboard-screenshot-1.png)
![kibana_dashboard](./screenshots/kibana-dashboard.png)
![advanced_mode](./screenshots/advanced-mode.png)
![ansible_playbook_tail](./screenshots/ansible-playbook-tail.png)
![dashboard_screenshot_2](./screenshots/dashboard-screenshot-2.png)
## Features
* [x] Simulate reads on existing data
Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB