Skip to content

Commit d7bc645

Browse files
author
MPCoreDeveloper
committed
fix(ci): add Performance trait to ColumnStoreTests to exclude timing-sensitive tests from CI runners
1 parent c40bbdf commit d7bc645

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/SharpCoreDB.Tests/ColumnStoreTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ namespace SharpCoreDB.Tests;
1212
/// Tests for columnar storage with SIMD-optimized aggregates.
1313
/// Target: Aggregates on 10k records in < 2ms.
1414
/// </summary>
15+
[Trait("Category", "Performance")]
1516
public sealed class ColumnStoreTests
1617
{
1718
#region Test Data Models

0 commit comments

Comments
 (0)