feat(loadtest): sync add real 500-session capacity harness
This commit is contained in:
parent
ac0566f779
commit
141f2f20c4
39 changed files with 4157 additions and 42 deletions
5
internal/loadharness/process_limit_other.go
Normal file
5
internal/loadharness/process_limit_other.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
//go:build !darwin && !linux
|
||||
|
||||
package loadharness
|
||||
|
||||
func validateProcessCapacity(int) error { return nil }
|
||||
Loading…
Add table
Add a link
Reference in a new issue