mirror of
				https://github.com/yanislav-igonin/micrach
				synced 2025-11-03 02:27:02 +03:00 
			
		
		
		
	lint
This commit is contained in:
		
							parent
							
								
									79c350c2fb
								
							
						
					
					
						commit
						2ee326d5f4
					
				@ -1,5 +1,5 @@
 | 
				
			|||||||
  echo "GET http://micrach.igonin.dev" | vegeta attack -rate 100 -duration=120s | tee results.bin | vegeta report
 | 
					echo "GET http://micrach.igonin.dev" | vegeta attack -rate 60 -duration=120s | tee results.bin | vegeta report
 | 
				
			||||||
  # vegeta report -type=json results.bin > metrics.json
 | 
					# vegeta report -type=json results.bin > metrics.json
 | 
				
			||||||
  cat results.bin | vegeta plot > plot.html
 | 
					cat results.bin | vegeta plot > plot.html
 | 
				
			||||||
  open plot.html
 | 
					open plot.html
 | 
				
			||||||
  # cat results.bin | vegeta report -type="hist[0,100ms,200ms,300ms]"
 | 
					# cat results.bin | vegeta report -type="hist[0,100ms,200ms,300ms]"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user