aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2024-10-05 09:46:30 +0200
committerJan Tuomi <jan@jantuomi.fi>2024-10-05 09:46:30 +0200
commit47672de7f4fb917068923176658198d00d393ec8 (patch)
tree840cdd2f7dfff376cfcddbffb0c7175f00f4f3d3 /Cargo.toml
parent9001c82c6004d87d95bc9007bf195489635f5e83 (diff)
Add some initial benchmarks
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 74cb154..a16a243 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,3 +16,9 @@ ctor = "0.2.8"
env_logger = "0.11.5"
serial_test = "3.1.1"
tempfile = "3.13.0"
+criterion = { version = "0.5", features = ["html_reports"] }
+rand = "0.8.5"
+
+[[bench]]
+name = "benchmark"
+harness = false