feat: remove test_unsafe

This commit is contained in:
Jussi 2024-11-09 15:23:09 +02:00
parent abb3eab559
commit d2839286ce
7 changed files with 8 additions and 29 deletions

View file

@ -4,7 +4,7 @@ defmodule Argon2.Benchmark do
"""
def run(rounds \\ 5) do
configs = [nil, "strong", "test_unsafe"]
configs = [nil, "strong"]
password = "benchmark_password123"
IO.puts("Configuration Benchmarks (averaged over #{rounds} runs):\n")
@ -37,7 +37,6 @@ defmodule Argon2.Benchmark do
case config do
"owasp" -> 19
"strong" -> 65
"test_unsafe" -> 1
end
IO.puts("""