mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 09:56:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			684 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			684 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "benchmarks"
 | 
						|
version = "0.1.0"
 | 
						|
edition = "2018"
 | 
						|
publish = false
 | 
						|
 | 
						|
[dependencies]
 | 
						|
milli = { path = "../milli" }
 | 
						|
 | 
						|
[target.'cfg(target_os = "linux")'.dependencies]
 | 
						|
jemallocator = "0.3.2"
 | 
						|
 | 
						|
[dev-dependencies]
 | 
						|
heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1" }
 | 
						|
criterion = { version = "0.3.4", features = ["html_reports"] }
 | 
						|
 | 
						|
[build-dependencies]
 | 
						|
anyhow = "1.0"
 | 
						|
bytes = "1.0"
 | 
						|
flate2 = "1.0.20"
 | 
						|
convert_case = "0.4"
 | 
						|
reqwest = { version = "0.11.3", features = ["blocking", "rustls-tls"], default-features = false }
 | 
						|
 | 
						|
[[bench]]
 | 
						|
name = "search_songs"
 | 
						|
harness = false
 | 
						|
 | 
						|
[[bench]]
 | 
						|
name = "search_wiki"
 | 
						|
harness = false
 | 
						|
 | 
						|
[[bench]]
 | 
						|
name = "indexing"
 | 
						|
harness = false
 |