From 3826d00f339e87698f95dc24c33739e2880aac65 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 11 Jan 2023 23:37:46 +0100 Subject: add some first benchmarks --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1bc3a7f..3b48cca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[[bench]] +name = "hittebench" +harness = false + [dependencies] color-eyre = "0.6.2" colorgrad = "0.6.2" @@ -15,3 +19,6 @@ indicatif = "0.17.2" nalgebra = "0.31.4" num-traits = "0.2.15" roxmltree = "0.17.0" + +[dev-dependencies] +criterion = "0.4.0" -- cgit v1.2.3