You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using Benchmark for WebAssembly. It is working fine when virtual filesystem is enabled, but when built with -s FILESYSTEM=0, the run is aborted when GetCacheSizesFromKVFS tries to open /sys/devices/system/cpu/cpu0/cache/.
I think a simple solution would be to not call GetCacheSizesFromKVFS() when running on Emscripten, since the KVFS is never available in the virtual filesystem.
The text was updated successfully, but these errors were encountered:
I've been using Benchmark for WebAssembly. It is working fine when virtual filesystem is enabled, but when built with
-s FILESYSTEM=0
, the run is aborted whenGetCacheSizesFromKVFS
tries to open/sys/devices/system/cpu/cpu0/cache/
.I think a simple solution would be to not call
GetCacheSizesFromKVFS()
when running on Emscripten, since the KVFS is never available in the virtual filesystem.The text was updated successfully, but these errors were encountered: