Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/docs/benchmarks/AsyncTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 2
# AsyncTests Benchmark

:::info Last Updated
This benchmark was automatically generated on **2026-05-19** from the latest CI run.
This benchmark was automatically generated on **2026-05-20** from the latest CI run.

**Environment:** Ubuntu Latest • .NET SDK 10.0.300
:::
Expand All @@ -16,11 +16,11 @@ This benchmark was automatically generated on **2026-05-19** from the latest CI

| Framework | Version | Mean | Median | StdDev |
|-----------|---------|------|--------|--------|
| **TUnit** | 1.45.8 | 525.5 ms | 525.2 ms | 3.59 ms |
| NUnit | 4.6.0 | 722.5 ms | 723.2 ms | 5.81 ms |
| MSTest | 4.2.3 | 629.3 ms | 625.4 ms | 10.13 ms |
| xUnit3 | 3.2.2 | 782.5 ms | 780.9 ms | 5.59 ms |
| **TUnit (AOT)** | 1.45.8 | 121.5 ms | 121.5 ms | 0.27 ms |
| **TUnit** | 1.45.8 | 529.2 ms | 530.0 ms | 3.92 ms |
| NUnit | 4.6.1 | 703.9 ms | 694.5 ms | 22.36 ms |
| MSTest | 4.2.3 | 605.9 ms | 604.9 ms | 11.37 ms |
| xUnit3 | 3.2.2 | 739.2 ms | 738.7 ms | 5.84 ms |
| **TUnit (AOT)** | 1.45.8 | 122.2 ms | 122.1 ms | 1.00 ms |

## 📈 Visual Comparison

Expand Down Expand Up @@ -58,8 +58,8 @@ This benchmark was automatically generated on **2026-05-19** from the latest CI
xychart-beta
title "AsyncTests Performance Comparison"
x-axis ["TUnit", "NUnit", "MSTest", "xUnit3", "TUnit_AOT"]
y-axis "Time (ms)" 0 --> 939
bar [525.5, 722.5, 629.3, 782.5, 121.5]
y-axis "Time (ms)" 0 --> 888
bar [529.2, 703.9, 605.9, 739.2, 122.2]
```

## 🎯 Key Insights
Expand All @@ -72,4 +72,4 @@ This benchmark compares TUnit's performance against NUnit, MSTest, xUnit3 using
View the [benchmarks overview](/docs/benchmarks) for methodology details and environment information.
:::

*Last generated: 2026-05-19T00:57:31.682Z*
*Last generated: 2026-05-20T00:59:08.753Z*
14 changes: 7 additions & 7 deletions docs/docs/benchmarks/BuildTime.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 8
# Build Performance Benchmark

:::info Last Updated
This benchmark was automatically generated on **2026-05-19** from the latest CI run.
This benchmark was automatically generated on **2026-05-20** from the latest CI run.

**Environment:** Ubuntu Latest • .NET SDK 10.0.300
:::
Expand All @@ -18,10 +18,10 @@ Compilation time comparison across frameworks:

| Framework | Version | Mean | Median | StdDev |
|-----------|---------|------|--------|--------|
| **TUnit** | 1.45.8 | 1.853 s | 1.840 s | 0.0535 s |
| Build_NUnit | 4.6.0 | 1.761 s | 1.756 s | 0.0256 s |
| Build_MSTest | 4.2.3 | 1.808 s | 1.805 s | 0.0182 s |
| Build_xUnit3 | 3.2.2 | 1.736 s | 1.738 s | 0.0194 s |
| **TUnit** | 1.45.8 | 1.732 s | 1.711 s | 0.0634 s |
| Build_NUnit | 4.6.1 | 1.613 s | 1.611 s | 0.0112 s |
| Build_MSTest | 4.2.3 | 1.672 s | 1.672 s | 0.0116 s |
| Build_xUnit3 | 3.2.2 | 1.605 s | 1.607 s | 0.0145 s |

## 📈 Visual Comparison

Expand Down Expand Up @@ -60,7 +60,7 @@ xychart-beta
title "Build Time Comparison"
x-axis ["Build_TUnit", "Build_NUnit", "Build_MSTest", "Build_xUnit3"]
y-axis "Time (s)" 0 --> 3
bar [1.853, 1.761, 1.808, 1.736]
bar [1.732, 1.613, 1.672, 1.605]
```

---
Expand All @@ -69,4 +69,4 @@ xychart-beta
View the [benchmarks overview](/docs/benchmarks) for methodology details and environment information.
:::

*Last generated: 2026-05-19T00:57:31.685Z*
*Last generated: 2026-05-20T00:59:08.755Z*
18 changes: 9 additions & 9 deletions docs/docs/benchmarks/DataDrivenTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 3
# DataDrivenTests Benchmark

:::info Last Updated
This benchmark was automatically generated on **2026-05-19** from the latest CI run.
This benchmark was automatically generated on **2026-05-20** from the latest CI run.

**Environment:** Ubuntu Latest • .NET SDK 10.0.300
:::
Expand All @@ -16,11 +16,11 @@ This benchmark was automatically generated on **2026-05-19** from the latest CI

| Framework | Version | Mean | Median | StdDev |
|-----------|---------|------|--------|--------|
| **TUnit** | 1.45.8 | 453.91 ms | 453.55 ms | 2.444 ms |
| NUnit | 4.6.0 | 583.24 ms | 583.08 ms | 7.361 ms |
| MSTest | 4.2.3 | 586.60 ms | 582.40 ms | 9.571 ms |
| xUnit3 | 3.2.2 | 620.66 ms | 620.88 ms | 7.088 ms |
| **TUnit (AOT)** | 1.45.8 | 26.49 ms | 26.37 ms | 1.374 ms |
| **TUnit** | 1.45.8 | 482.46 ms | 483.57 ms | 5.561 ms |
| NUnit | 4.6.1 | 600.70 ms | 601.00 ms | 7.909 ms |
| MSTest | 4.2.3 | 599.21 ms | 599.99 ms | 9.339 ms |
| xUnit3 | 3.2.2 | 658.53 ms | 658.17 ms | 8.780 ms |
| **TUnit (AOT)** | 1.45.8 | 28.32 ms | 28.06 ms | 2.173 ms |

## 📈 Visual Comparison

Expand Down Expand Up @@ -58,8 +58,8 @@ This benchmark was automatically generated on **2026-05-19** from the latest CI
xychart-beta
title "DataDrivenTests Performance Comparison"
x-axis ["TUnit", "NUnit", "MSTest", "xUnit3", "TUnit_AOT"]
y-axis "Time (ms)" 0 --> 745
bar [453.91, 583.24, 586.6, 620.66, 26.49]
y-axis "Time (ms)" 0 --> 791
bar [482.46, 600.7, 599.21, 658.53, 28.32]
```

## 🎯 Key Insights
Expand All @@ -72,4 +72,4 @@ This benchmark compares TUnit's performance against NUnit, MSTest, xUnit3 using
View the [benchmarks overview](/docs/benchmarks) for methodology details and environment information.
:::

*Last generated: 2026-05-19T00:57:31.683Z*
*Last generated: 2026-05-20T00:59:08.754Z*
18 changes: 9 additions & 9 deletions docs/docs/benchmarks/MassiveParallelTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 4
# MassiveParallelTests Benchmark

:::info Last Updated
This benchmark was automatically generated on **2026-05-19** from the latest CI run.
This benchmark was automatically generated on **2026-05-20** from the latest CI run.

**Environment:** Ubuntu Latest • .NET SDK 10.0.300
:::
Expand All @@ -16,11 +16,11 @@ This benchmark was automatically generated on **2026-05-19** from the latest CI

| Framework | Version | Mean | Median | StdDev |
|-----------|---------|------|--------|--------|
| **TUnit** | 1.45.8 | 656.6 ms | 657.0 ms | 2.84 ms |
| NUnit | 4.6.0 | 1,257.2 ms | 1,256.3 ms | 7.33 ms |
| MSTest | 4.2.3 | 2,975.0 ms | 2,973.6 ms | 7.02 ms |
| xUnit3 | 3.2.2 | 3,141.2 ms | 3,141.0 ms | 10.62 ms |
| **TUnit (AOT)** | 1.45.8 | 225.7 ms | 225.8 ms | 0.37 ms |
| **TUnit** | 1.45.8 | 645.3 ms | 646.0 ms | 3.86 ms |
| NUnit | 4.6.1 | 1,221.1 ms | 1,218.0 ms | 9.47 ms |
| MSTest | 4.2.3 | 2,940.4 ms | 2,941.0 ms | 9.76 ms |
| xUnit3 | 3.2.2 | 3,090.5 ms | 3,088.7 ms | 6.87 ms |
| **TUnit (AOT)** | 1.45.8 | 225.4 ms | 225.4 ms | 0.37 ms |

## 📈 Visual Comparison

Expand Down Expand Up @@ -58,8 +58,8 @@ This benchmark was automatically generated on **2026-05-19** from the latest CI
xychart-beta
title "MassiveParallelTests Performance Comparison"
x-axis ["TUnit", "NUnit", "MSTest", "xUnit3", "TUnit_AOT"]
y-axis "Time (ms)" 0 --> 3770
bar [656.6, 1257.2, 2975, 3141.2, 225.7]
y-axis "Time (ms)" 0 --> 3709
bar [645.3, 1221.1, 2940.4, 3090.5, 225.4]
```

## 🎯 Key Insights
Expand All @@ -72,4 +72,4 @@ This benchmark compares TUnit's performance against NUnit, MSTest, xUnit3 using
View the [benchmarks overview](/docs/benchmarks) for methodology details and environment information.
:::

*Last generated: 2026-05-19T00:57:31.683Z*
*Last generated: 2026-05-20T00:59:08.754Z*
18 changes: 9 additions & 9 deletions docs/docs/benchmarks/MatrixTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 5
# MatrixTests Benchmark

:::info Last Updated
This benchmark was automatically generated on **2026-05-19** from the latest CI run.
This benchmark was automatically generated on **2026-05-20** from the latest CI run.

**Environment:** Ubuntu Latest • .NET SDK 10.0.300
:::
Expand All @@ -16,11 +16,11 @@ This benchmark was automatically generated on **2026-05-19** from the latest CI

| Framework | Version | Mean | Median | StdDev |
|-----------|---------|------|--------|--------|
| **TUnit** | 1.45.8 | 571.6 ms | 572.3 ms | 7.10 ms |
| NUnit | 4.6.0 | 1,629.5 ms | 1,630.3 ms | 7.41 ms |
| MSTest | 4.2.3 | 1,516.0 ms | 1,516.1 ms | 6.15 ms |
| xUnit3 | 3.2.2 | 1,666.2 ms | 1,665.2 ms | 5.69 ms |
| **TUnit (AOT)** | 1.45.8 | 124.8 ms | 124.8 ms | 0.32 ms |
| **TUnit** | 1.45.8 | 567.5 ms | 566.6 ms | 5.71 ms |
| NUnit | 4.6.1 | 1,585.9 ms | 1,584.4 ms | 5.97 ms |
| MSTest | 4.2.3 | 1,480.7 ms | 1,482.4 ms | 5.97 ms |
| xUnit3 | 3.2.2 | 1,627.7 ms | 1,626.2 ms | 7.15 ms |
| **TUnit (AOT)** | 1.45.8 | 123.5 ms | 123.6 ms | 0.36 ms |

## 📈 Visual Comparison

Expand Down Expand Up @@ -58,8 +58,8 @@ This benchmark was automatically generated on **2026-05-19** from the latest CI
xychart-beta
title "MatrixTests Performance Comparison"
x-axis ["TUnit", "NUnit", "MSTest", "xUnit3", "TUnit_AOT"]
y-axis "Time (ms)" 0 --> 2000
bar [571.6, 1629.5, 1516, 1666.2, 124.8]
y-axis "Time (ms)" 0 --> 1954
bar [567.5, 1585.9, 1480.7, 1627.7, 123.5]
```

## 🎯 Key Insights
Expand All @@ -72,4 +72,4 @@ This benchmark compares TUnit's performance against NUnit, MSTest, xUnit3 using
View the [benchmarks overview](/docs/benchmarks) for methodology details and environment information.
:::

*Last generated: 2026-05-19T00:57:31.683Z*
*Last generated: 2026-05-20T00:59:08.754Z*
18 changes: 9 additions & 9 deletions docs/docs/benchmarks/ScaleTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 6
# ScaleTests Benchmark

:::info Last Updated
This benchmark was automatically generated on **2026-05-19** from the latest CI run.
This benchmark was automatically generated on **2026-05-20** from the latest CI run.

**Environment:** Ubuntu Latest • .NET SDK 10.0.300
:::
Expand All @@ -16,11 +16,11 @@ This benchmark was automatically generated on **2026-05-19** from the latest CI

| Framework | Version | Mean | Median | StdDev |
|-----------|---------|------|--------|--------|
| **TUnit** | 1.45.8 | 473.40 ms | 473.73 ms | 3.886 ms |
| NUnit | 4.6.0 | 634.56 ms | 635.32 ms | 3.426 ms |
| MSTest | 4.2.3 | 596.80 ms | 594.99 ms | 18.533 ms |
| xUnit3 | 3.2.2 | 650.66 ms | 645.56 ms | 12.752 ms |
| **TUnit (AOT)** | 1.45.8 | 30.26 ms | 30.40 ms | 1.201 ms |
| **TUnit** | 1.45.8 | 453.25 ms | 452.44 ms | 2.782 ms |
| NUnit | 4.6.1 | 641.24 ms | 635.34 ms | 14.121 ms |
| MSTest | 4.2.3 | 641.54 ms | 642.50 ms | 6.697 ms |
| xUnit3 | 3.2.2 | 657.83 ms | 657.10 ms | 12.202 ms |
| **TUnit (AOT)** | 1.45.8 | 33.90 ms | 33.49 ms | 3.353 ms |

## 📈 Visual Comparison

Expand Down Expand Up @@ -58,8 +58,8 @@ This benchmark was automatically generated on **2026-05-19** from the latest CI
xychart-beta
title "ScaleTests Performance Comparison"
x-axis ["TUnit", "NUnit", "MSTest", "xUnit3", "TUnit_AOT"]
y-axis "Time (ms)" 0 --> 781
bar [473.4, 634.56, 596.8, 650.66, 30.26]
y-axis "Time (ms)" 0 --> 790
bar [453.25, 641.24, 641.54, 657.83, 33.9]
```

## 🎯 Key Insights
Expand All @@ -72,4 +72,4 @@ This benchmark compares TUnit's performance against NUnit, MSTest, xUnit3 using
View the [benchmarks overview](/docs/benchmarks) for methodology details and environment information.
:::

*Last generated: 2026-05-19T00:57:31.684Z*
*Last generated: 2026-05-20T00:59:08.755Z*
16 changes: 8 additions & 8 deletions docs/docs/benchmarks/SetupTeardownTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 7
# SetupTeardownTests Benchmark

:::info Last Updated
This benchmark was automatically generated on **2026-05-19** from the latest CI run.
This benchmark was automatically generated on **2026-05-20** from the latest CI run.

**Environment:** Ubuntu Latest • .NET SDK 10.0.300
:::
Expand All @@ -16,10 +16,10 @@ This benchmark was automatically generated on **2026-05-19** from the latest CI

| Framework | Version | Mean | Median | StdDev |
|-----------|---------|------|--------|--------|
| **TUnit** | 1.45.8 | 575.8 ms | 575.7 ms | 4.49 ms |
| NUnit | 4.6.0 | 1,240.7 ms | 1,239.7 ms | 8.49 ms |
| MSTest | 4.2.3 | 1,147.6 ms | 1,146.9 ms | 7.03 ms |
| xUnit3 | 3.2.2 | 1,296.4 ms | 1,293.1 ms | 12.36 ms |
| **TUnit** | 1.45.8 | 522.0 ms | 522.2 ms | 4.38 ms |
| NUnit | 4.6.1 | 1,149.6 ms | 1,149.7 ms | 5.94 ms |
| MSTest | 4.2.3 | 1,071.1 ms | 1,070.9 ms | 10.16 ms |
| xUnit3 | 3.2.2 | 1,215.0 ms | 1,216.4 ms | 8.72 ms |
| **TUnit (AOT)** | 1.45.8 | NA | NA | NA |

## 📈 Visual Comparison
Expand Down Expand Up @@ -58,8 +58,8 @@ This benchmark was automatically generated on **2026-05-19** from the latest CI
xychart-beta
title "SetupTeardownTests Performance Comparison"
x-axis ["TUnit", "NUnit", "MSTest", "xUnit3", "TUnit_AOT"]
y-axis "Time (ms)" 0 --> 1556
bar [575.8, 1240.7, 1147.6, 1296.4, 0]
y-axis "Time (ms)" 0 --> 1458
bar [522, 1149.6, 1071.1, 1215, 0]
```

## 🎯 Key Insights
Expand All @@ -72,4 +72,4 @@ This benchmark compares TUnit's performance against NUnit, MSTest, xUnit3 using
View the [benchmarks overview](/docs/benchmarks) for methodology details and environment information.
:::

*Last generated: 2026-05-19T00:57:31.684Z*
*Last generated: 2026-05-20T00:59:08.755Z*
8 changes: 4 additions & 4 deletions docs/docs/benchmarks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 1
# Performance Benchmarks

:::info Last Updated
These benchmarks were automatically generated on **2026-05-19** from the latest CI run.
These benchmarks were automatically generated on **2026-05-20** from the latest CI run.

**Environment:** Ubuntu Latest • .NET SDK 10.0.300
:::
Expand Down Expand Up @@ -39,7 +39,7 @@ These benchmarks compare TUnit against the most popular .NET testing frameworks:
|-----------|----------------|
| **TUnit** | 1.45.8 |
| **xUnit v3** | 3.2.2 |
| **NUnit** | 4.6.0 |
| **NUnit** | 4.6.1 |
| **MSTest** | 4.2.3 |

### Test Scenarios
Expand All @@ -56,7 +56,7 @@ The benchmarks measure real-world testing patterns:
### Environment

- **OS**: Ubuntu Latest (GitHub Actions)
- **Runtime**: .NET 10.0.8 (10.0.8, 10.0.826.23019), X64 RyuJIT x86-64-v3
- **Runtime**: .NET 10.0.8 (10.0.8, 10.0.826.23019), X64 RyuJIT x86-64-v4
- **SDK**: .NET SDK 10.0.300
- **Hardware**: GitHub Actions Standard Runner (Ubuntu)
- **Tool**: BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
Expand All @@ -80,4 +80,4 @@ These benchmarks run automatically daily via [GitHub Actions](https://github.com
Each benchmark runs multiple iterations with statistical analysis to ensure accuracy. Results may vary based on hardware and test characteristics.
:::

*Last generated: 2026-05-19T00:57:31.685Z*
*Last generated: 2026-05-20T00:59:08.756Z*
Loading
Loading