-
Notifications
You must be signed in to change notification settings - Fork 199
Benchmark with other emulators
Sebastian Macke edited this page Sep 29, 2015
·
10 revisions
The benchmark was performed on a Core2 Duo E8400 3.0GHz with Firefox 41.0 under Windows 10
The speed is compared with
- jor1k running with Linux 4.1 and Busybox
- jslinux running Linux 2.6.20 and Busybox (http://bellard.org/jslinux/)
- v86 running Linux 4.0 and Gnu packages (gzip and bzip2) from Archlinux (http://copy.sh/v24/)
Following commands are used to test the speed.
dd if=/dev/urandom of=file bs=1M count=1
-
gzip file
(the file contains the random numbers generated by dd) -
bzip2 file
(the file contains the random numbers generated by dd)
The commands are executed several times with a stopwatch and the lowest measured timings are used.
The benchmark was performed on a Core i7-2600 3.4GHz with Firefox under Windows 7