mirror of
				https://git.proxmox.com/git/libgit2
				synced 2025-10-31 21:35:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			293 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			293 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash -e
 | |
| 
 | |
| . "$(dirname "$0")/benchmark_helpers.sh"
 | |
| 
 | |
| gitbench --prepare "sandbox_repo empty_standard_repo &&
 | |
|                     create_text_file text_100kb 102400 &&
 | |
|                     flush_disk_cache" \
 | |
|          --chdir "empty_standard_repo" \
 | |
|          hash-object -w "../text_100kb"
 | 
