tools: clarify tools/simplebench.hs's required libs

This commit is contained in:
Simon Michael 2013-05-04 09:07:00 -07:00
parent 698fbbb81f
commit 8139528e83
2 changed files with 4 additions and 3 deletions

View File

@ -289,7 +289,7 @@ tools/unittest: tools/unittest.hs
tools/doctest: tools/doctest.hs
$(GHC) tools/doctest.hs
# build the simple benchmark runner. Requires tabular.
# build the simple benchmark runner. Requires html and tabular.
tools/simplebench: tools/simplebench.hs
$(GHC) tools/simplebench.hs

5
tools/simplebench.hs Normal file → Executable file
View File

@ -1,7 +1,8 @@
#!/usr/bin/env runhaskell
{-
bench.hs - simple benchmarking of command-line programs. Requires tabular >= 0.2.2.
Simon Michael 2008-2010
bench.hs - simple benchmarking of command-line programs.
Requires html and tabular.
Simon Michael 2008-2013
Example: