includeos / IncludeOS

A minimal, resource efficient unikernel for cloud services
https://includeos.github.io/
Apache License 2.0
4.93k stars 365 forks source link

Running Splash2 Benchmarks #2193

Closed tweekley49 closed 4 years ago

tweekley49 commented 4 years ago

Hi,

Not sure if anyone is familiar with running the Splash-2 benchmarks. (Repo is Splash 3 but it is Splash 2 with the patches).

Below is the link to the repo I am working off of to test this out for performance. Splash-2 provides a makefile and my struggle is getting the CMakeLists file to basically do what Splash-2's make file is doing.

Is there a way to run the splash-2 make file from the CMakeLists? Or should I try to configure something inside of ${SOURCES} by just putting EVERY file needed by Splash 2 into one directory??

https://github.com/SakalisC/Splash-3

Thanks for your help!