benchmarking
This commit is contained in:
		
							
								
								
									
										23
									
								
								Cargo.toml
									
									
									
									
									
								
							
							
						
						
									
										23
									
								
								Cargo.toml
									
									
									
									
									
								
							| @@ -36,6 +36,29 @@ lancedb = "0.22.1" | ||||
| uuid = "1.18.1" | ||||
| ureq = { version = "2.10.0", features = ["json", "tls"] } | ||||
| reth-ipc = { git = "https://github.com/paradigmxyz/reth", package = "reth-ipc", rev = "d8451e54e7267f9f1634118d6d279b2216f7e2bb" } | ||||
| criterion = { version = "0.7.0", features = ["async", "async_tokio", "csv_output"] } | ||||
|  | ||||
| [dev-dependencies] | ||||
| redis = { version = "0.24", features = ["aio", "tokio-comp"] } | ||||
| tempfile = "3.8" | ||||
| csv = "1.3" | ||||
|  | ||||
| [[bench]] | ||||
| name = "single_ops" | ||||
| harness = false | ||||
|  | ||||
| [[bench]] | ||||
| name = "bulk_ops" | ||||
| harness = false | ||||
|  | ||||
| [[bench]] | ||||
| name = "scan_ops" | ||||
| harness = false | ||||
|  | ||||
| [[bench]] | ||||
| name = "concurrent_ops" | ||||
| harness = false | ||||
|  | ||||
| [[bench]] | ||||
| name = "memory_profile" | ||||
| harness = false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user