Skip to content

Commit 4da6ae0

Browse files
committed
docs: minor README update
1 parent fa48f28 commit 4da6ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spanner-tools/spanner_noise_maker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Python-based load generator for Cloud Spanner, designed to run as Cloud Run Ta
66
- **Seed Mode**: Generates a configurable amount of initial data (Users, Products, Orders).
77
- **Noise Mode**: Generates continuous random load including inserts, updates, and 5 diverse query shapes.
88
- **Hotspot Mode**: Generates a moving hotspot by inserting only new orders with sequential (timestamp-based) keys.
9-
- **Lock Mode**: Simulates lock contention by executing transactions that hold exclusive locks for an extended period (2s).
9+
- **Lock Mode**: Simulates lock contention by executing transactions that hold locks for an extended period (2s).
1010
- **Serverless Scaling**: Built for Cloud Run Tasks to scale load generation horizontally.
1111

1212
## Local Usage

0 commit comments

Comments
 (0)