From 847de25691325190f1ebf5a7a0bfcc49037374c5 Mon Sep 17 00:00:00 2001 From: Monty Williams Date: Thu, 28 May 2009 09:13:16 -0700 Subject: [PATCH] Changed "core-features" to "micro-benchmarks" to reflect current directory structure --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index eb8a0ac..8017df0 100644 --- a/README +++ b/README @@ -12,8 +12,8 @@ Benchmarks are run using rake. Type "rake -T bench" to see options. Examples: rake bench - rake bench:file FILE=rbs/core-features/bm_app_tak.rb - rake bench:dir DIR=rbs/core-features + rake bench:file FILE=rbs/micro-benchmarks/bm_app_tak.rb + rake bench:dir DIR=rbs/micro-benchmarks rake bench:to_csv The :to_csv task creates a .csv spreadsheet of the results. Quite handy for comparing your results over time.