diff options
Diffstat (limited to 'use.buetow.org/content/Bench.sub')
| -rw-r--r-- | use.buetow.org/content/Bench.sub/IntVSCon.xml | 10 | ||||
| -rw-r--r-- | use.buetow.org/content/Bench.sub/Loop.xml | 10 | ||||
| -rw-r--r-- | use.buetow.org/content/Bench.sub/Shift.xml | 10 | ||||
| -rw-r--r-- | use.buetow.org/content/Bench.sub/home.xml | 7 |
4 files changed, 37 insertions, 0 deletions
diff --git a/use.buetow.org/content/Bench.sub/IntVSCon.xml b/use.buetow.org/content/Bench.sub/IntVSCon.xml new file mode 100644 index 0000000..d6ba4ef --- /dev/null +++ b/use.buetow.org/content/Bench.sub/IntVSCon.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Interpolated vs. constant!</pagetitle> + <code> + <perl> + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/bench/intvscon.pl"); + </perl> + </code> +</content> diff --git a/use.buetow.org/content/Bench.sub/Loop.xml b/use.buetow.org/content/Bench.sub/Loop.xml new file mode 100644 index 0000000..15a35ad --- /dev/null +++ b/use.buetow.org/content/Bench.sub/Loop.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Loop benchmarking!</pagetitle> + <code> + <perl> + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/bench/foreach.pl"); + </perl> + </code> +</content> diff --git a/use.buetow.org/content/Bench.sub/Shift.xml b/use.buetow.org/content/Bench.sub/Shift.xml new file mode 100644 index 0000000..a99dcc4 --- /dev/null +++ b/use.buetow.org/content/Bench.sub/Shift.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Shift benchmarking!</pagetitle> + <code> + <perl> + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/bench/shift.pl"); + </perl> + </code> +</content> diff --git a/use.buetow.org/content/Bench.sub/home.xml b/use.buetow.org/content/Bench.sub/home.xml new file mode 100644 index 0000000..cb924bc --- /dev/null +++ b/use.buetow.org/content/Bench.sub/home.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Benchmarking</pagetitle> + <text> + This section contains perl benchmarking stuff :) + </text> +</content> |
