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
fix: add missing *WithIndex methods to run_other.go
perf.go calls runWriteTestWithIndex and runReadTestWithIndex which are
defined in run_linux.go but were missing from run_other.go, causing
build failures on non-Linux platforms (darwin, windows, etc.).