Skip to content

Commit 93ddb76

Browse files
authored
Broadside - load tester for Lookout database (#4661)
Broadside is a database load testing tool specifically designed to benchmark Armada Lookout under production-like workloads. It simulates realistic job submission patterns, query loads, and bulk operations to measure database performance at scale. --------- Signed-off-by: Maurice Yap <mauriceyap@hotmail.co.uk>
1 parent a4c8b53 commit 93ddb76

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+9666
-1
lines changed

cmd/broadside/.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Broadside load tester gitignore
2+
3+
# User-defined configuration files
4+
configs/*
5+
!configs/README.md
6+
!configs/examples
7+
8+
# Generated test result files
9+
results/*
10+
!results/README.md

0 commit comments

Comments
 (0)