redid the test, snapped variance

yesterday i had stray processes skewing the results
also figured out c was buffering prints
looking good
This commit is contained in:
Torsten Ruger 2015-11-21 16:35:30 +02:00
parent 1e2b784583
commit 0cbf346519

View File

@ -15,14 +15,12 @@ soml produced by ruby (on another machine)
# Results # Results
Results were measured by a ruby script. Mean and variance was measured until variance was low, 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. 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. But results should be seen as relative, not absolute.
language | loop | hello | itos | add | call language | loop | hello | itos | add | call
c | 0.1530 | 0.3422 | 0.871 | 0.3968 | 2.5913 c | 0.0500 | 2.1365 | 0.2902 | 0.1245 | 0.8535
c variance| 0.0018  | 0.010 | 0.027 | 0.0013 | 0.0058 soml | 0.0374 | 1.2071 | 0.7263 | 0.2247 | 1.3625
soml | 0.1130 | 3.5778 | 3.772 | 0.6856 | 4.0325
variance | 0.0009 | 0.021 | 0.001 | 0.0014 | 0.0035