mirror of
				https://git.proxmox.com/git/libgit2
				synced 2025-10-31 16:19:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			172 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			172 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash -e
 | |
| 
 | |
| . "$(dirname "$0")/benchmark_helpers.sh"
 | |
| 
 | |
| gitbench --prepare "create_text_file text_10mb 10485760" \
 | |
|          --warmup 5 \
 | |
|          hash-object "text_10mb"
 | 
