Skip to content

Commit 3b02797

Browse files
committed
README
1 parent b84a26c commit 3b02797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Perl benchmark that includes some workloads relevant to my real-world usage.
88
`setup.pl` - Setup script (downloads/unzips data files, installs 'recommended' module versions from cpan).
99
It Assumes you have at least tar/gunzip, File::Fetch and cpanm installed (e.g. `yum install perl-App-cpanminus` for CentOS 7, `apt install cpanminus` for Debian buster).
1010
Any true argument uses `sudo` to `cpanm` commands.
11-
In some systems you might need to install some modules (XML etc) with the package manager (e.g. `yum install perl-XML-LibXML perl-XML-Parser` for CentOS 7, `apt install libxml-simple-perl` for Debian buster).
11+
In some systems you might need to install some modules with the package manager (e.g. for XML `yum install perl-XML-LibXML perl-XML-Parser` for CentOS 7, `apt install libxml-simple-perl` for Debian/Ubuntu, others are possible like `zlib1g-dev` for zlib, `openssl-devel`/`libssl-dev` for SSL etc.).
1212

1313
`dkbench.pl` - Benchmark run. To try and compare objectively between systems, it checks for module and perl version and warns if the 'recommended' are not found. You can disable tests that either have too many dependencies or are of less interest with `--skip_bio`, `--skip_moose`, `--skip_dt`.
1414

0 commit comments

Comments
 (0)