mirror of
				https://github.com/NotAShelf/microfetch.git
				synced 2025-11-04 07:32:20 +00:00 
			
		
		
		
	add benchmarking
This commit is contained in:
		
					parent
					
						
							
								907112f2d1
							
						
					
				
			
			
				commit
				
					
						fabccd71e4
					
				
			
		
					 5 changed files with 621 additions and 0 deletions
				
			
		
							
								
								
									
										15
									
								
								Cargo.toml
									
										
									
									
									
								
							
							
						
						
									
										15
									
								
								Cargo.toml
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -3,10 +3,25 @@ name = "microfetch"
 | 
			
		|||
version = "0.3.5"
 | 
			
		||||
edition = "2021"
 | 
			
		||||
 | 
			
		||||
[lib]
 | 
			
		||||
name = "microfetch_lib"
 | 
			
		||||
path = "src/lib.rs"
 | 
			
		||||
 | 
			
		||||
[[bin]]
 | 
			
		||||
name = "microfetch_bin"
 | 
			
		||||
path = "src/main.rs"
 | 
			
		||||
 | 
			
		||||
[dependencies]
 | 
			
		||||
nix = { version = "0.29", features = ["fs", "hostname", "feature"] }
 | 
			
		||||
color-eyre = { version = "0.6", default-features = false }
 | 
			
		||||
 | 
			
		||||
[dev-dependencies]
 | 
			
		||||
criterion = "0.5"
 | 
			
		||||
 | 
			
		||||
[[bench]]
 | 
			
		||||
name = "benchmark"
 | 
			
		||||
harness = false
 | 
			
		||||
 | 
			
		||||
[profile.dev]
 | 
			
		||||
opt-level = 3
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue