From ca6df284583eefd4b661df4ad519f03e15342cfc Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Wed, 9 Oct 2019 15:09:09 +0800 Subject: [PATCH] Added package timeit (#1200) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 12987d1..76bc9ca 100644 --- a/packages.json +++ b/packages.json @@ -14664,6 +14664,18 @@ "license": "MIT", "web": "https://github.com/pdrb/nim-randpw" }, + { + "name": "timeit", + "url": "https://github.com/xflywind/timeit", + "method": "git", + "tags": [ + "timeit", + "bench" + ], + "description": "measuring execution times written in nim.", + "license": "MIT", + "web": "https://github.com/xflywind/timeit" + }, { "name": "manu", "url": "https://github.com/b3liever/manu",