From 535757fa98f9ee34c59ff2943040028e5dd2e1fc Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Sat, 21 Nov 2015 17:04:20 +0200 Subject: [PATCH] did the ratios i think percentages with +/- is best otherwise it becomes an issue of which way you look at it. 1,33 or inverse 0.75 looks like a third one way and a quarter the other --- test/bench/results.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/test/bench/results.md b/test/bench/results.md index 2e900436..26b000b4 100644 --- a/test/bench/results.md +++ b/test/bench/results.md @@ -21,6 +21,11 @@ The machine was a virtual arm run on a powerbook, performance roughly equivalent But results should be seen as relative, not absolute. -language | loop | hello | itos | add | call -c | 0.0500 | 2.1365 | 0.2902 | 0.1245 | 0.8535 -soml | 0.0374 | 1.2071 | 0.7263 | 0.2247 | 1.3625 +language | loop | hello | itos | add | call +c | 0,0500 | 2,1365 | 0,2902 | 0,1245 | 0,8535 +soml | 0,0374 | 1,2071 | 0,7263 | 0,2247 | 1,3625 + +ratio | 1,3368 | 1,7699 | 0,3996 | 0,5541 | 0,6264 + | 0,7480 | 0,5650 | 2,5028 | 1,8048 | 1,5964 + +2c | - 33 % | - 79 % | + 150% | + 80 % | + 60 %