From aef70f00e599ce678bdea5b4cd64fb4979fabd64 Mon Sep 17 00:00:00 2001 From: Ben Boyter Date: Thu, 25 Feb 2021 15:26:07 +1100 Subject: [PATCH] update time --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ead7a973..72b0a0f7 100644 --- a/README.md +++ b/README.md @@ -626,7 +626,7 @@ Generally `scc` will the fastest code counter compared to any I am aware of and However if you want greater performance and you have RAM to spare you can disable the garbage collector like the following on linux `GOGC=-1 scc .` which should speed things up considerably. For some repositories turning off the code complexity calculation via `-c` can reduce runtime as well. -Benchmarks are run on fresh 32 Core CPU Optimised Digital Ocean Virtual Machine 2020/08/19 all done using [hyperfine](https://github.com/sharkdp/hyperfine) with 3 warm-up runs and 10 timed runs. +Benchmarks are run on fresh 32 Core CPU Optimised Digital Ocean Virtual Machine 2021/02/25 all done using [hyperfine](https://github.com/sharkdp/hyperfine) with 3 warm-up runs and 10 timed runs. ``` scc v3.0.0