From cbd0877903e5a00a8518f0f14c486d1b635bed9c Mon Sep 17 00:00:00 2001 From: treeform Date: Thu, 4 Feb 2021 09:20:51 -0800 Subject: [PATCH] Add benchy (#1803) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index f65594b..0c777b1 100644 --- a/packages.json +++ b/packages.json @@ -11182,6 +11182,23 @@ "license": "MIT", "web": "https://github.com/treeform/jsony" }, + { + "name": "benchy", + "url": "https://github.com/treeform/benchy", + "method": "git", + "tags": [ + "bench", + "benchmark", + "profile", + "runtime", + "profiling", + "performance", + "speed" + ], + "description": "Simple benchmarking to time your code.", + "license": "MIT", + "web": "https://github.com/treeform/benchy" + }, { "name": "xdo", "url": "https://github.com/juancarlospaco/nim-xdo",