[package] authors = [ "Andrea Fioraldi ", "Dominik Maier ", ] name = "libafl_benches" version.workspace = true edition = "2021" description = "LibAFL Benchmarks" documentation = "https://docs.rs/libafl" repository = "https://github.com/AFLplusplus/LibAFL/" readme = "../../README.md" license = "MIT OR Apache-2.0" keywords = ["fuzzing", "libafl", "benchmarks"] categories = [ "development-tools::testing", "emulators", "embedded", "os", "no-std", ] [dev-dependencies] libafl_bolts = { workspace = true, features = ["xxh3", "alloc"] } # libafl_bolts criterion = "0.5.1" # Benchmarking ahash = { workspace = true, default-features = false } # The hash function already used in hashbrown rustc-hash = { version = "2.0.0", default-features = false } # yet another hash xxhash-rust = { version = "0.8.12", features = [ "xxh3", ] } # xxh3 hashing for rust [lints] workspace = true [[bench]] name = "rand_speeds" harness = false [[bench]] name = "hash_speeds" harness = false