diff --git a/test/bench/results.md b/test/bench/results.md index 1b70c29e..2e900436 100644 --- a/test/bench/results.md +++ b/test/bench/results.md @@ -15,14 +15,12 @@ soml produced by ruby (on another machine) # Results Results were measured by a ruby script. Mean and variance was measured until variance was low, -usually under one percent. +always under one percent. The machine was a virtual arm run on a powerbook, performance roughly equivalent to a raspberry pi. But results should be seen as relative, not absolute. -language | loop | hello | itos | add | call -c | 0.1530 | 0.3422 | 0.871 | 0.3968 | 2.5913 -c variance| 0.0018  | 0.010 | 0.027 | 0.0013 | 0.0058 -soml | 0.1130 | 3.5778 | 3.772 | 0.6856 | 4.0325 -variance | 0.0009 | 0.021 | 0.001 | 0.0014 | 0.0035 +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