mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-04-12 21:07:41 +00:00
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I753245e75da3a995c622a2c73f77bcb26a6a6964
21 lines
509 B
TOML
21 lines
509 B
TOML
[package]
|
|
name = "microfetch-bench"
|
|
description = "Benchmarks for microfetch"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
criterion.workspace = true
|
|
criterion-cycles-per-byte.workspace = true
|
|
microfetch-lib.workspace = true
|
|
|
|
[[bench]]
|
|
harness = false
|
|
name = "microfetch"
|
|
|
|
[lints]
|
|
workspace = true
|