From b080e59bf50920384ca7b4d5ce2b6e91a3dec70f Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Wed, 22 Aug 2012 18:44:52 -0700 Subject: [PATCH] CSPACE-5483: Fixed trivial typos in README file. --- benchmarks/db-benchmark/README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/db-benchmark/README.txt b/benchmarks/db-benchmark/README.txt index db51b9cb..6397b3dc 100644 --- a/benchmarks/db-benchmark/README.txt +++ b/benchmarks/db-benchmark/README.txt @@ -1,9 +1,9 @@ README.txt For the database benchmarking script, db_benchmark.pl -Updated 2012-08-17 +Updated 2012-08-22 In an effort to obtain better data about the database optimizations -wetry, I've written a benchmarking script. The script takes as +we try, I've written a benchmarking script. The script takes as arguments one or more sql files, and/or directories containing sql files. For the query contained in each sql file, it will run EXPLAIN ANALYZE a number of times (default 10), and store the results. It will @@ -12,7 +12,7 @@ also store the postgres configuration settings, database descriptions shmall) at the time of execution. To display usage instructions, run the script without arguments. -e.g. from the current directory: +E.g. from the current directory: ./db_benchmark.pl