mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-04 03:13:15 +08:00 
			
		
		
		
	* refactor: move stress-test tools location. * improve stress tools. * improve stress_test-v2
		
			
				
	
	
		
			20 lines
		
	
	
		
			249 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			249 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# Stress Test
 | 
						|
 | 
						|
## Usage
 | 
						|
 | 
						|
You need set `TestTargetUserList` and `DefaultGroupID` variables.
 | 
						|
 | 
						|
### Build
 | 
						|
 | 
						|
```bash
 | 
						|
 | 
						|
go build -o test/stress-test/stress-test test/stress-test/main.go
 | 
						|
```
 | 
						|
 | 
						|
### Excute
 | 
						|
 | 
						|
```bash
 | 
						|
 | 
						|
tools/stress-test/stress-test -c config/
 | 
						|
```
 |