add benchmarks for primes

This commit is contained in:
Dr. Matthias Ratajczak
2022-08-17 15:30:12 +02:00
parent 67f8a0a2ea
commit 68c2bcb2a2
3 changed files with 22 additions and 20 deletions
+8
View File
@@ -7,3 +7,11 @@ edition = "2021"
[dependencies]
num = "*"
[dev-dependencies]
criterion = "*"
[[bench]]
name = "benchmark"
harness = false