[package]
edition = "2024"
rust-version = "1.88"
name = "launchbound-report"
version = "2.2.0"
authors = ["Vyncint Ng <vyncint@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Versioned run reports with the rejection section: every configuration that was faster and refused"
readme = "README.md"
keywords = [
"cuda",
"gpu",
"autotuner",
"convergence",
"kernel",
]
categories = [
"development-tools",
"development-tools::profiling",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vyncint/launchbound"
[lib]
name = "launchbound_report"
path = "src/lib.rs"
[[test]]
name = "nan_ranking"
path = "tests/nan_ranking.rs"
[[test]]
name = "results_shapes"
path = "tests/results_shapes.rs"
[[test]]
name = "schema_and_golden"
path = "tests/schema_and_golden.rs"
[dependencies.launchbound-bench]
version = "2.2.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dev-dependencies.insta]
version = "1"
features = ["json"]
[dev-dependencies.jsonschema]
version = "0.26"