forked from notbenh/euler_bench
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
32 lines (20 loc) · 879 Bytes
/
README
File metadata and controls
32 lines (20 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Euler Benchmark Suite
The Euler Benchmark Suite aims at comparing language speeds for the Euler
Project Problems at http://projecteuler.net/.
This currently consists of Perl 5, Rakudo Perl 6 and Parrot solutions, but all languages are
welcome.
= Installation
==================
In order for the included comparison scripts to work, you need to
ensure that you have the necessary dependencies installed.
cd into the git checkout
run 'perl Makefile.PL'.
You will want to answer 'yes' to installing dependencies if you want
the included comparison scripts to work.
run 'make installdeps'
This should use CPANPLUS or CPAN to install the necessary
prerequisite modules for running the comparison scripts.
= File Naming
==================
Files in each directory are named according to:
<language>/<3-digit project euler number>/<2-digit implementation number>.ext