[cxx-interop] benchmark, disable ReadAccessor benchmark while investigating build regression after rebranch

This commit is contained in:
Alex Lorenz
2023-10-24 15:20:51 -07:00
parent e7603ebe93
commit 157632fd9f

View File

@@ -15,6 +15,8 @@
///
// -----------------------------------------------------------------------------
#if FIXED117438849
import TestsUtils
import CxxSubscripts
@@ -42,3 +44,5 @@ public func run_ReadAccessor(_ N: Int) {
}
}
}
#endif