From fff5a52405f239d424e3f650eab0fd66ca4c4c5e Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Fri, 5 Feb 2016 20:41:49 +0900 Subject: [PATCH] Add note in README about the nature of the benchmarks. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af3d85e..b2df1b4 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The following benchmarks were calculated using a 2.4 GHz Intel Core i5 MacBook P time -p fish -ic exit ``` -Fisherman runs virtually no initialization code making it as fast as no Fisherman. Fundle performs well, but still [runs][fundle] cumbersome startup code. Oh My Fish! has the worst performance at `0.21s`. +Fisherman runs virtually no initialization code making it as fast as no Fisherman. Fundle performs well, but still [runs][fundle] cumbersome startup code. Oh My Fish! has the worst performance at `0.21` for a lightweight setup.