We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71e3b7 commit 8f83e88Copy full SHA for 8f83e88
tests/SharpCoreDB.Tests/DirectColumnAccessTests.cs
@@ -303,7 +303,7 @@ public void IndexedRowData_EmptyIndices_CreatesZeroCapacityRow()
303
Assert.Null(row["any"]);
304
}
305
306
- [Fact]
+ [Fact(Skip = "Performance benchmark: CPU-dependent timing. TODO: Use BenchmarkDotNet for consistent cross-platform measurements.")]
307
public void IndexedRowData_PerformanceTest_IndexAccess()
308
{
309
var row = new IndexedRowData(_testIndices);
0 commit comments