mirror of https://github.com/fafhrd91/actix-web
				
				
				
			
		
			
				
	
	
		
			29 lines
		
	
	
		
			562 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			562 B
		
	
	
	
		
			YAML
		
	
	
	
| name: Benchmark
 | |
| 
 | |
| on:
 | |
|   push:
 | |
|     branches: [master]
 | |
| 
 | |
| permissions:
 | |
|   contents: read
 | |
| 
 | |
| concurrency:
 | |
|   group: ${{ github.workflow }}-${{ github.ref }}
 | |
|   cancel-in-progress: true
 | |
| 
 | |
| jobs:
 | |
|   check_benchmark:
 | |
|     runs-on: ubuntu-latest
 | |
| 
 | |
|     steps:
 | |
|       - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
 | |
| 
 | |
|       - name: Install Rust
 | |
|         run: |
 | |
|           rustup set profile minimal
 | |
|           rustup install nightly
 | |
|           rustup override set nightly          
 | |
| 
 | |
|       - name: Check benchmark
 | |
|         run: cargo bench --bench=server -- --sample-size=15
 |