Update recipes

This commit is contained in:
Ribbon 2024-06-10 02:49:36 +00:00
parent a4d91cd66c
commit e5ef46e86c
3 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested (after cargo update)
[source]
git = "https://github.com/BurntSushi/cargo-benchcmp"
[build]

View File

@ -2,4 +2,7 @@
[source]
git = "https://github.com/Canop/glassbench"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_examples lettersorter
"""

View File

@ -1,5 +1,8 @@
#TODO Not compiled or tested
#TODO make zstd work
[source]
git = "https://github.com/iopsystems/rpc-perf"
[build]
template = "cargo"
dependencies = [
"zstd",
]