Skip to content

Commit 542b8eb

Browse files
authored
Merge pull request #286 from k-okada/add_corei5_timing
benchmark timing data added for raspi, atom, core-i5, etc.
2 parents ae68f76 + 26ff9b2 commit 542b8eb

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

doc/timing

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
;;Sparc330 memory=24MB, 16mips
1+
;;Sparc330 memory=24MB, 16mips (1995?)
2+
;; Dhryston
3+
;;; Pentium-M 1.4GHz dhryston =1,272K
4+
;;; atom d2700 memory=2GB (2012) dhryston=1,635,806
5+
;;; raspberry-pi memory=500MB (2013) dhryston=538,192
6+
;;;
27
;;
38
;; 1990/Oct/3
49
;; 1997/Nov/15
@@ -74,7 +79,10 @@
7479
(fib 20) 1.8ms Celeron-M 1.4GHz
7580
(fib 20) 1.13ms Pentium-4/2.8GHz Feb2003
7681
(fib 20) 2.4ms Atom/1.6GHz 2008
77-
82+
(fib 20) 1.9ms Atom D2700 4-cores/2.3GHz (2012.8)
83+
(fib 20) 10ms Raspberry Pi (2013)
84+
(fib 20) 0.45ms core-i5 2500 3.3GHz (2012)
85+
7886
------------------------------
7987
(fib 30) 4.2s MkLinux PPC/120MHz (8500)
8088
(fib 30) 2.8s PC/Pentium 100MHz
@@ -93,6 +101,9 @@
93101
(fib 30) 0.22s Celeron-M 1.4GHz
94102
(fib 30) 0.131 Pentium-4 (2.8GHz) Feb 2003
95103
(fib 30) 0.30s Atom/1.6GHz, 2008
104+
(fib 30) 0.235s Atom D2700 4-cores/2.3GHz (2012.8)
105+
(fib 30) 1.13s Raspberry Pi (2013)
106+
(fib 30) 0.0475s core-i5 2500 3.3GHz (2012)
96107

97108
----------------------------------
98109
ifib: fibonacci with integer declarations
@@ -115,22 +126,28 @@ ifib: fibonacci with integer declarations
115126
(ifib 20) 0.83ms Cygwin, Centrino 1GHz, 2004
116127
(ifib 20) 0.6ms Athlon XP1800+ VMware
117128
(ifib 20) 0.43ms Peintium-iv 2800MHz
129+
(ifib 20) 0.6ms Atom D2700 2.3GHz (2012)
130+
(ifib 20) 0.2ms core-i5 2500 3.3GHz (2014)
118131

119132
--------------------------------------
133+
Interpreted fib
120134
(etafib 20) 4500ms sun4/330 interpreted by etalisp
121135
(fib 20) 4400ms Sun4/330 interpreted by euslisp
122136
(fib 20) 315ms Ultra Sparc interpreted by euslisp
123137
(fib 20) 2610ms DEC3100 interpreted
124-
(fib 20) 949ms DX4/100MHz interpreted
138+
(fib 20) 949ms 486DX4/100MHz interpreted
125139
(fib 20) 174ms PPro/166MHz interpreter
126140
(fib 20) 155ms Sparc/LT (-O2)
127141
(fib 20) 79ms Pentium-II mobile 366MHz Thinkpad 570
128142
(fib 20) 70ms Pentium-II 400MHz
129143
(fig 20) 27ms Interpreted, Cygwin Centrino 1GHz, 2004
130144
(fib 20) 17ms Athlon XP1800+
131-
(fib 20) 14ms Pentium-4 2800MHz (interpreted)
145+
(fib 20) 14ms Pentium-4 2800MHz (interpreted, 2003)
132146
(fib 20) 18ms Celeron-M 1.4GHz (interpret, 2007)
133147
(fib 20) 28ms atom 1.6GHz (interpreted, 2008)
148+
(fib 20) 21ms atom 2.3GHz (interpreted, ATOM D2700, 2012)
149+
(fib 20) 113ms Raspberry Pi (2013) probably cache is weak
150+
(fib 20) 5.1ms core-i5 2500 3.3GHz (2012)
134151

135152
(prime 1000000) 865ms Pen-II/400
136153

0 commit comments

Comments
 (0)