mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	Merge #5021
5021: Update benchmarks to match the new crates subfolder r=dureuill a=Kerollmops Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
		@@ -40,7 +40,7 @@ jobs:
 | 
				
			|||||||
      # Run benchmarks
 | 
					      # Run benchmarks
 | 
				
			||||||
      - name: Run benchmarks - Dataset ${BENCH_NAME} - Branch ${{ steps.current_branch.outputs.name }} - Commit ${{ steps.commit_sha.outputs.short }}
 | 
					      - name: Run benchmarks - Dataset ${BENCH_NAME} - Branch ${{ steps.current_branch.outputs.name }} - Commit ${{ steps.commit_sha.outputs.short }}
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          cd benchmarks
 | 
					          cd crates/benchmarks
 | 
				
			||||||
          cargo bench --bench ${BENCH_NAME} -- --save-baseline ${{ steps.file.outputs.basename }}
 | 
					          cargo bench --bench ${BENCH_NAME} -- --save-baseline ${{ steps.file.outputs.basename }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      # Generate critcmp files
 | 
					      # Generate critcmp files
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user