5 ms·
I tried compiling mandelbrot.c (single threaded one) from the benchmarks game and execution on jslinux took 12 seconds, while webvm completed it in 1.2 sec. The
by nullifidian 2y ago
I tried compiling mandelbrot.c (single threaded one) from the benchmarks game and execution on jslinux took 12 seconds, while webvm completed it in 1.2 sec. The host takes 0.03 sec with the same gcc flags.
- alex14fr 2y agoIt may be faster for this particular benchmark, yet it feels slow and sluggish for interactive use.