Benchmarks doesn't run on Windows
anonrig opened this issue · 5 comments
We should make our benchmarks run on Windows to open room for optimizations.
cc @lemire
They work for me, except for the part where the Rust integration breaks, but we can just disable it: #651
@lemire Thanks. It seems it fixes the issue for me. Currently, cmake detects MSVC as the compiler to build and compile Ada for me on Windows. The question is how do you execute benchmarks on Windows? There is no .exe file?
@anonrig There should be... it should be in build/benchmarks/Release/something.exe
or build/benchmarks/Debug/something.exe
depending on how you invoked cmake --build
(e.g., cmake --build build --config Release
or something like it.).
(Note that my instructions can be slightly wrong, I did not check.)
There definitively should .exe
files. It slightly different from mac/linux in that you need to specify release/debug and the release/debug files are in different locations.