AyyWS Forum
Milk V Duo - Printable Version

+- AyyWS Forum (https://forum.ayyws.com)
+-- Forum: Technology (https://forum.ayyws.com/forumdisplay.php?fid=14)
+--- Forum: Hardware (https://forum.ayyws.com/forumdisplay.php?fid=15)
+--- Thread: Milk V Duo (/showthread.php?tid=29)



Milk V Duo - Ayydan - 10-25-2023

Managed to get Milk V Duo code compiling. I have a docker container available for those who would like to try compiling too. A lesson I learned is that the compilation chain will assume all shared libs are available. I have worked around this for now by statically compiling.

I've managed to compile a minimal webserver as well as a CPU benchmark (primes).

Github is here: https://github.com/aidancrowther/MilkVDuoCompile


RE: Milk V Duo - Ayydan - 10-25-2023

Benchmark results:

Code:
179424673
real    15m 26.03s
user    14m 11.69s
sys     0m 5.20s

Compared to the same test run on an i7-3630QM:

Code:
179424673

real    0m59.804s
user    0m59.603s
sys     0m0.076s