From 025e15b2ba7f54f87cf409fd7c3dd77746c72858 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Feb 2013 10:44:49 +0100 Subject: add hosts --- use.buetow.org/content/Bench.sub/IntVSCon.xml | 10 ++++++++++ use.buetow.org/content/Bench.sub/Loop.xml | 10 ++++++++++ use.buetow.org/content/Bench.sub/Shift.xml | 10 ++++++++++ use.buetow.org/content/Bench.sub/home.xml | 7 +++++++ 4 files changed, 37 insertions(+) create mode 100644 use.buetow.org/content/Bench.sub/IntVSCon.xml create mode 100644 use.buetow.org/content/Bench.sub/Loop.xml create mode 100644 use.buetow.org/content/Bench.sub/Shift.xml create mode 100644 use.buetow.org/content/Bench.sub/home.xml (limited to 'use.buetow.org/content/Bench.sub') 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 @@ + + + Interpolated vs. constant! + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/bench/intvscon.pl"); + + + 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 @@ + + + Loop benchmarking! + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/bench/foreach.pl"); + + + 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 @@ + + + Shift benchmarking! + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/bench/shift.pl"); + + + 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 @@ + + + Benchmarking + + This section contains perl benchmarking stuff :) + + -- cgit v1.2.3