We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1137029 commit 78a87f1Copy full SHA for 78a87f1
quickbench.cabal
@@ -1,7 +1,13 @@
1
name: quickbench
2
version: 1.0
3
synopsis: quick & easy benchmarking of command-line programs
4
-description: Please see README.md
+description:
5
+ quickbench produces very simple output (elapsed seconds),
6
+ as quickly as possible (running commands just once by default),
7
+ and tabulates results from multiple executables.
8
+ I find it very useful for quick and dirty, exploratory, and comparative measurements
9
+ that you can understand at a glance.
10
+ Please see the readme for more.
11
homepage: https://github.com/simonmichael/quickbench#readme
12
license: GPL
13
license-file: LICENSE
0 commit comments