mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-10-31 16:32:12 +08:00 
			
		
		
		
	* refactor: move stress-test tools location. * improve stress tools. * improve stress_test-v2
		
			
				
	
	
		
			20 lines
		
	
	
		
			246 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			246 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Stress Test V2
 | |
| 
 | |
| ## Usage
 | |
| 
 | |
| You need set `TestTargetUserList` variables.
 | |
| 
 | |
| ### Build
 | |
| 
 | |
| ```bash
 | |
| 
 | |
| go build -o test/stress-test-v2/stress-test-v2 test/stress-test-v2/main.go
 | |
| ```
 | |
| 
 | |
| ### Excute
 | |
| 
 | |
| ```bash
 | |
| 
 | |
| tools/stress-test-v2/stress-test-v2 -c config/
 | |
| ```
 |