From 819bf74c2841fabdcc481e12e13615d48a92cb7f Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Wed, 6 May 2026 19:42:33 +0800 Subject: Change directory structure and add benchmark runner. --- README.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.txt') diff --git a/README.txt b/README.txt index c0e54ea..0bcf66a 100644 --- a/README.txt +++ b/README.txt @@ -6,3 +6,18 @@ HOW TO USE 4. In _site/cgi_bin/ execute indexer script (e.g., perl sa_indexer.pl) 5. Run search query: QUERY_STRING="q=ard" perl find_sa_mmap.cgi +Directory structure: + +. +|-- seed.sh (Shell script) +|-- benchmark.pl (The runner we just wrote) +|-- _site +| |-- cgi-bin +| | |-- indexer.pl (Creates the SA index) +| | |-- find_sa.cgi (Suffix Array search) +| | `-- find_regex.cgi (Regex search) +| `-- log/ (Created by seed.sh) + +chmod +x seed.sh benchmark.pl _site/cgi-bin/*.cgi _site/cgi-bin/*.pl + + -- cgit v1.2.3