From 34befa5fffbb0e1409ecd75df1e3c165fb214b59 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 14 Sep 2011 01:15:57 +0200 Subject: [PATCH] easier sentences Signed-off-by: Nico Schottelius --- blog/cdist-performance-2.0.0-rc4.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/cdist-performance-2.0.0-rc4.mdwn b/blog/cdist-performance-2.0.0-rc4.mdwn index 06747f69..2315a168 100644 --- a/blog/cdist-performance-2.0.0-rc4.mdwn +++ b/blog/cdist-performance-2.0.0-rc4.mdwn @@ -33,7 +33,7 @@ parallel: set -- "$@" $host; cdist -c ~/p/cdist-nutzung -p "$@"; done - ) 2>&1 | tee ~/benchmark-home + ) 2>&1 | tee ~/benchmark-home ## The results @@ -59,6 +59,6 @@ still much faster than the linear case. * Cdist can deploy to more than 30 hosts on 2 cores/4 threads within 5 minutes * As cdist runs massively parallel, it can utilise all existing CPUs * And even more important: cdist can scale out, if you add more CPUs (or machines), - it can simply use them to be able to deploy to more machines in parallel + it can simply use them to deploy to more machines in parallel [[!tag config eth unix]]