Unistore: Batch write events (#101381)
* Batch write events * Improve instrumentation * Measure batch phases * Detect lock contention * remove the execBatch goroutine * removing tracing prefix * detect context cancel * batch channel map
This commit is contained in:
@@ -26,7 +26,7 @@ type BenchmarkOptions struct {
|
||||
func DefaultBenchmarkOptions() *BenchmarkOptions {
|
||||
return &BenchmarkOptions{
|
||||
NumResources: 1000,
|
||||
Concurrency: 20,
|
||||
Concurrency: 50,
|
||||
NumNamespaces: 1,
|
||||
NumGroups: 1,
|
||||
NumResourceTypes: 1,
|
||||
|
||||
Reference in New Issue
Block a user