optimize
This commit is contained in:
parent
6625dab9c1
commit
5782951e68
25 changed files with 956 additions and 501 deletions
|
|
@ -29,9 +29,15 @@ typenum = "1.18.0"
|
|||
reqwest = { version= "0.12.18", features = ["blocking"]}
|
||||
json = "0.12.4"
|
||||
ctrlc = "3.4.7"
|
||||
criterion = "0.7.0"
|
||||
anyhow = "1.0.100"
|
||||
|
||||
[features]
|
||||
rmc_struct_header = []
|
||||
|
||||
|
||||
[[bench]]
|
||||
name = "rmc_serialization"
|
||||
harness = false
|
||||
|
||||
[[bin]]
|
||||
name = "backend_server_insecure"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue