aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Koster <ivankoster@gmail.com>2016-02-13 15:49:37 +0100
committerIvan Koster <ivankoster@gmail.com>2016-02-13 15:49:37 +0100
commit7b6f5cb08d82d1734ec73a5b7521cee44bb5e137 (patch)
tree0fd6e6688876cd36d32cbae853b7816a48b98b44
parentc81b71cc1f827381a996c4ffc284236dfe040d27 (diff)
downloadpackages-7b6f5cb08d82d1734ec73a5b7521cee44bb5e137.tar.gz
packages-7b6f5cb08d82d1734ec73a5b7521cee44bb5e137.zip
Add nimbench package
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 840289d..bd668b6 100644
--- a/packages.json
+++ b/packages.json
@@ -4228,5 +4228,18 @@
"description": "Nim binding for KissFFT Fast Fourier Transform library",
"license": "BSD",
"web": "https://github.com/m13253/nim-kissfft"
+ },
+ {
+ "name": "nimbench",
+ "url": "git://github.com/ivankoster/nimbench.git",
+ "method": "git",
+ "tags": [
+ "benchmark",
+ "micro benchmark",
+ "timer"
+ ],
+ "description": "Micro benchmarking tool to measure speed of code, with the goal of optimizing it.",
+ "license": "Apache License, Version 2.0",
+ "web": "https://github.com/ivankoster/nimbench"
}
]