From a4377490a0d427f162856ab885a9577cf7620013 Mon Sep 17 00:00:00 2001 From: Oleg Kovalov Date: Tue, 19 Apr 2022 00:04:20 +0200 Subject: [PATCH] Update jwt readme --- jwt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jwt/README.md b/jwt/README.md index e3cb2b4..44db995 100644 --- a/jwt/README.md +++ b/jwt/README.md @@ -32,6 +32,6 @@ $ go test -c -o jwt-bench.exec $ time ./jwt-bench.exec -v -benchmem -bench ^Benchmark -count 5 -run ^$ > bench.txt ``` -## Well +## Results See [bench.txt](https://github.com/cristalhq/benchmarks/blob/main/jwt/bench.txt)