<div dir="ltr">Hi, all.<div><br></div><div>I&#39;d like to run benchmark in Linux, but it is an unsupported platform. </div><div><br></div><div>I followed the steps in README.md of benchmark in github, <a href="https://github.com/apple/swift/tree/master/benchmark">https://github.com/apple/swift/tree/master/benchmark</a>. </div><div><br></div><div><div>1 $ cd benchmark</div><div>2 $ mkdir build</div><div>3 $ cd build</div><div>4 $ cmake ..</div><div>5 $ make -j8 swift-benchmark-macosx-x86_64</div></div><div><br></div><div>I passed the 4th step and there is no interaction in step5 when I just typed `make` simply, so I can not get the driver to run benchmark and I decided to compile and run by myself.(Actually I just got Benchmark_Driver, but it could not run with the error of `no such file` when execute child process)</div><div><br></div><div>I also found there are some Darwin API and libraries being used in test cases and I modified some by replacing with Glic import and other Unix API such as ones in time.h.What&#39;s more, I built the library Foundation in swift-corelib-foundation, which is widely used in test cases.</div><div><br></div><div>There were a lot of trouble when I compiled and linked the source file to binary because of unfamiliar with Swift Driver.<br></div><div><br></div><div>Finally, I have modified all cases and made them passed compiling, but it run crash because of arbitrary modifying. So I wanted to compile them with -g option,but the driver always went wrong.</div><div><br></div><div>So is there any portable benchmark? How can I port benchmark with minimum modifying in a convenient way? <br></div><div><br></div><div><br></div><div><br></div><div>Zeson</div><div><br></div></div>