From 58653d1a849393ea8f31212bdb6db4810e0989bd Mon Sep 17 00:00:00 2001 From: delano Date: Thu, 25 Jun 2009 19:26:35 -0400 Subject: [PATCH] Added screenshot to readme --- README.rdoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 98f9202..a7d0f30 100644 --- a/README.rdoc +++ b/README.rdoc @@ -55,7 +55,6 @@ Tryouts employs the same approach for testing Ruby codes. The return value of th end - === Benchmarks You can also use Tryouts to run benchmarks using a second parameter to the tryout method. This parameter determines which drill sergeant to use. @@ -86,6 +85,12 @@ You can also use Tryouts to run benchmarks using a second parameter to the tryou The drill blocks for benchmarks return Tryouts::Stats objects. +== Screenshots + +Here is an example of Tryouts output from a gibbler[http://github.com/delano/gibbler/blob/gibbler-0.2.1/tryouts/gibbler_tryouts.rb]: + +http://github.com/delano/tryouts/raw/gh-pages/screens/tryouts-1-failure.png + == BETA Notice