We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ad659 commit 5e042dfCopy full SHA for 5e042df
README.md
@@ -1,4 +1,4 @@
1
-# Bench v1.0.6
+# Bench v1.0.7
2
3
This project provides the `bench` command-line tool, which is a more powerful
4
alternative to the `time` command. Use `bench` to benchmark a command using
bench.cabal
@@ -1,5 +1,5 @@
name: bench
-version: 1.0.6
+version: 1.0.7
synopsis: Command-line benchmark tool
description: Think of this as a more powerful alternative to the @time@
5
command. Use this command-line tool to benchmark a command
default.nix
@@ -3,7 +3,7 @@
}:
mkDerivation {
pname = "bench";
6
- version = "1.0.6";
+ version = "1.0.7";
7
src = ./.;
8
isLibrary = false;
9
isExecutable = true;
0 commit comments