Add iai-callgrind-runner (#1073)

This commit is contained in:
Niklas Fiekas
2025-08-06 12:44:53 +02:00
committed by GitHub
parent 36e1b04e2f
commit 1350e9e600
5 changed files with 344 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"repository": "https://github.com/iai-callgrind/iai-callgrind",
"website": "https://iai-callgrind.github.io/iai-callgrind/",
"license_markdown": "[Apache-2.0](https://github.com/iai-callgrind/iai-callgrind/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/iai-callgrind/iai-callgrind/blob/main/LICENSE-MIT)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
"bin": "${package}-v${version}-${rust_target}/${package}",
"platform": {
"x86_64_linux_musl": {},
"aarch64_linux_gnu": {}
}
}