Skip to content

Commit cfcc9f9

Browse files
authored
chore: update benchmark results (#6690)
1 parent 17a47bc commit cfcc9f9

19 files changed

Lines changed: 437 additions & 437 deletions

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ Source generation shifts work from run time to build time: you pay a little up f
6464
<!-- benchmarks:start -->
6565
| Scenario | TUnit (AOT) | TUnit | xUnit v3 | NUnit | MSTest |
6666
|----------|---|---|---|---|---|
67-
| Data-driven tests | 13.98 ms | 268.40 ms | 586.26 ms | 498.74 ms | 490.02 ms |
68-
| Async-heavy tests | 118.5 ms | 358.9 ms | 737.0 ms | 577.1 ms | 678.0 ms |
69-
| Matrix combinations | 120.4 ms | 377.3 ms | 960.5 ms | 1,443.4 ms | 1,532.2 ms |
70-
| Large suites (scale) | 19.86 ms | 280.02 ms | 620.62 ms | 522.04 ms | 505.40 ms |
71-
| Massive parallelism | 218.2 ms | 471.8 ms | 1,289.6 ms | 1,083.0 ms | 2,975.1 ms |
72-
| Setup/teardown lifecycle | 70.18 ms | 389.40 ms | 784.00 ms | 1,090.23 ms | 1,163.10 ms |
73-
74-
<sub>Mean wall-clock time to run the same test suite. TUnit (AOT) 1.65.38 · TUnit 1.65.38 · xUnit v3 4.0.0 · NUnit 4.6.1 · MSTest 4.3.3. .NET SDK 10.0.400, .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v4. Updated 2026-08-23 — regenerated weekly by the [Speed Comparison workflow](https://github.com/thomhurst/TUnit/actions/workflows/speed-comparison.yml). Full results and methodology: [tunit.dev/docs/benchmarks](https://tunit.dev/docs/benchmarks/).</sub>
67+
| Data-driven tests | 16.57 ms | 281.32 ms | 655.45 ms | 564.15 ms | 507.18 ms |
68+
| Async-heavy tests | 116.0 ms | 388.5 ms | 730.9 ms | 714.3 ms | 664.8 ms |
69+
| Matrix combinations | 117.1 ms | 364.9 ms | 861.9 ms | 1,536.5 ms | 1,497.2 ms |
70+
| Large suites (scale) | 18.88 ms | 334.54 ms | 710.91 ms | 643.81 ms | 562.39 ms |
71+
| Massive parallelism | 220.9 ms | 535.8 ms | 1,337.9 ms | 1,317.5 ms | 3,040.5 ms |
72+
| Setup/teardown lifecycle | 75.64 ms | 367.81 ms | 955.39 ms | 1,270.05 ms | 1,322.57 ms |
73+
74+
<sub>Mean wall-clock time to run the same test suite. TUnit (AOT) 1.65.68 · TUnit 1.65.68 · xUnit v3 4.0.0 · NUnit 4.6.1 · MSTest 4.3.3. .NET SDK 10.0.400, .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v4. Updated 2026-08-30 — regenerated weekly by the [Speed Comparison workflow](https://github.com/thomhurst/TUnit/actions/workflows/speed-comparison.yml). Full results and methodology: [tunit.dev/docs/benchmarks](https://tunit.dev/docs/benchmarks/).</sub>
7575
<!-- benchmarks:end -->
7676

7777
## Getting Started

docs/docs/benchmarks/engine/AsyncTests.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 3
99
> Realistic async/await patterns with I/O simulation
1010
1111
:::info Last Updated
12-
This benchmark was automatically generated on **2026-08-23** from the latest CI run.
12+
This benchmark was automatically generated on **2026-08-30** from the latest CI run.
1313

1414
**Environment:** Ubuntu Latest • .NET SDK 10.0.400
1515
:::
@@ -18,12 +18,12 @@ This benchmark was automatically generated on **2026-08-23** from the latest CI
1818

1919
| Framework | Version | Mean | Median | StdDev |
2020
|-----------|---------|------|--------|--------|
21-
| **TUnit** | 1.65.38 | 358.9 ms | 358.6 ms | 2.79 ms |
22-
| NUnit | 4.6.1 | 577.1 ms | 574.3 ms | 9.26 ms |
23-
| MSTest | 4.3.3 | 678.0 ms | 673.8 ms | 20.11 ms |
24-
| xUnit3 | 4.0.0 | 737.0 ms | 733.0 ms | 27.93 ms |
25-
| **TUnit (AOT)** | 1.65.38 | 118.5 ms | 118.6 ms | 1.06 ms |
26-
| xUnit3_AOT | 4.0.0 | 120.1 ms | 120.0 ms | 1.23 ms |
21+
| **TUnit** | 1.65.68 | 388.5 ms | 386.4 ms | 22.97 ms |
22+
| NUnit | 4.6.1 | 714.3 ms | 707.6 ms | 19.79 ms |
23+
| MSTest | 4.3.3 | 664.8 ms | 664.0 ms | 5.74 ms |
24+
| xUnit3 | 4.0.0 | 730.9 ms | 733.0 ms | 16.56 ms |
25+
| **TUnit (AOT)** | 1.65.68 | 116.0 ms | 116.0 ms | 0.29 ms |
26+
| xUnit3_AOT | 4.0.0 | 118.5 ms | 118.5 ms | 0.68 ms |
2727

2828
## 📈 Visual Comparison
2929

@@ -61,8 +61,8 @@ This benchmark was automatically generated on **2026-08-23** from the latest CI
6161
xychart-beta
6262
title "AsyncTests Performance Comparison"
6363
x-axis ["TUnit", "NUnit", "MSTest", "xUnit3", "TUnit_AOT", "xUnit3_AOT"]
64-
y-axis "Time (ms)" 0 --> 885
65-
bar [358.9, 577.1, 678, 737, 118.5, 120.1]
64+
y-axis "Time (ms)" 0 --> 878
65+
bar [388.5, 714.3, 664.8, 730.9, 116, 118.5]
6666
```
6767

6868
## 🎯 Key Insights
@@ -75,4 +75,4 @@ This benchmark compares TUnit's performance against NUnit, MSTest, xUnit3, xUnit
7575
View the [benchmarks overview](/docs/benchmarks) for methodology details and environment information.
7676
:::
7777

78-
*Last generated: 2026-08-23T00:20:42.432Z*
78+
*Last generated: 2026-08-30T00:32:59.981Z*

docs/docs/benchmarks/engine/BuildTime.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 9
99
> Compilation time from a clean build across frameworks — how long it takes to build an identical test project.
1010
1111
:::info Last Updated
12-
This benchmark was automatically generated on **2026-08-23** from the latest CI run.
12+
This benchmark was automatically generated on **2026-08-30** from the latest CI run.
1313

1414
**Environment:** Ubuntu Latest • .NET SDK 10.0.400
1515
:::
@@ -20,10 +20,10 @@ Compilation time comparison across frameworks:
2020

2121
| Framework | Version | Mean | Median | StdDev |
2222
|-----------|---------|------|--------|--------|
23-
| **TUnit** | 1.65.38 | 917.6 ms | 918.9 ms | 26.90 ms |
24-
| Build_NUnit | 4.6.1 | 893.9 ms | 899.1 ms | 12.39 ms |
25-
| Build_MSTest | 4.3.3 | 1,036.7 ms | 1,037.3 ms | 13.77 ms |
26-
| Build_xUnit3 | 4.0.0 | 862.9 ms | 861.3 ms | 12.60 ms |
23+
| **TUnit** | 1.65.68 | 923.9 ms | 915.4 ms | 34.98 ms |
24+
| Build_NUnit | 4.6.1 | 884.6 ms | 885.1 ms | 9.95 ms |
25+
| Build_MSTest | 4.3.3 | 1,026.0 ms | 1,019.4 ms | 47.11 ms |
26+
| Build_xUnit3 | 4.0.0 | 879.1 ms | 881.5 ms | 8.46 ms |
2727

2828
## 📈 Visual Comparison
2929

@@ -61,8 +61,8 @@ Compilation time comparison across frameworks:
6161
xychart-beta
6262
title "Build Time Comparison"
6363
x-axis ["Build_TUnit", "Build_NUnit", "Build_MSTest", "Build_xUnit3"]
64-
y-axis "Time (ms)" 0 --> 1245
65-
bar [917.6, 893.9, 1036.7, 862.9]
64+
y-axis "Time (ms)" 0 --> 1232
65+
bar [923.9, 884.6, 1026, 879.1]
6666
```
6767

6868
---
@@ -71,4 +71,4 @@ xychart-beta
7171
View the [benchmarks overview](/docs/benchmarks) for methodology details and environment information.
7272
:::
7373

74-
*Last generated: 2026-08-23T00:20:42.433Z*
74+
*Last generated: 2026-08-30T00:32:59.983Z*

docs/docs/benchmarks/engine/DataDrivenTests.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 4
99
> Parameterized tests with multiple data sources
1010
1111
:::info Last Updated
12-
This benchmark was automatically generated on **2026-08-23** from the latest CI run.
12+
This benchmark was automatically generated on **2026-08-30** from the latest CI run.
1313

1414
**Environment:** Ubuntu Latest • .NET SDK 10.0.400
1515
:::
@@ -18,12 +18,12 @@ This benchmark was automatically generated on **2026-08-23** from the latest CI
1818

1919
| Framework | Version | Mean | Median | StdDev |
2020
|-----------|---------|------|--------|--------|
21-
| **TUnit** | 1.65.38 | 268.40 ms | 267.52 ms | 2.408 ms |
22-
| NUnit | 4.6.1 | 498.74 ms | 496.12 ms | 9.573 ms |
23-
| MSTest | 4.3.3 | 490.02 ms | 489.68 ms | 11.852 ms |
24-
| xUnit3 | 4.0.0 | 586.26 ms | 585.77 ms | 7.853 ms |
25-
| **TUnit (AOT)** | 1.65.38 | 13.98 ms | 13.82 ms | 0.551 ms |
26-
| xUnit3_AOT | 4.0.0 | 16.70 ms | 16.80 ms | 0.338 ms |
21+
| **TUnit** | 1.65.68 | 281.32 ms | 278.96 ms | 11.233 ms |
22+
| NUnit | 4.6.1 | 564.15 ms | 561.05 ms | 16.735 ms |
23+
| MSTest | 4.3.3 | 507.18 ms | 505.65 ms | 12.262 ms |
24+
| xUnit3 | 4.0.0 | 655.45 ms | 655.21 ms | 27.750 ms |
25+
| **TUnit (AOT)** | 1.65.68 | 16.57 ms | 16.26 ms | 1.104 ms |
26+
| xUnit3_AOT | 4.0.0 | 20.29 ms | 20.48 ms | 1.727 ms |
2727

2828
## 📈 Visual Comparison
2929

@@ -61,8 +61,8 @@ This benchmark was automatically generated on **2026-08-23** from the latest CI
6161
xychart-beta
6262
title "DataDrivenTests Performance Comparison"
6363
x-axis ["TUnit", "NUnit", "MSTest", "xUnit3", "TUnit_AOT", "xUnit3_AOT"]
64-
y-axis "Time (ms)" 0 --> 704
65-
bar [268.4, 498.74, 490.02, 586.26, 13.98, 16.7]
64+
y-axis "Time (ms)" 0 --> 787
65+
bar [281.32, 564.15, 507.18, 655.45, 16.57, 20.29]
6666
```
6767

6868
## 🎯 Key Insights
@@ -75,4 +75,4 @@ This benchmark compares TUnit's performance against NUnit, MSTest, xUnit3, xUnit
7575
View the [benchmarks overview](/docs/benchmarks) for methodology details and environment information.
7676
:::
7777

78-
*Last generated: 2026-08-23T00:20:42.432Z*
78+
*Last generated: 2026-08-30T00:32:59.981Z*

docs/docs/benchmarks/engine/MassiveParallelTests.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 5
99
> Parallel execution stress tests
1010
1111
:::info Last Updated
12-
This benchmark was automatically generated on **2026-08-23** from the latest CI run.
12+
This benchmark was automatically generated on **2026-08-30** from the latest CI run.
1313

1414
**Environment:** Ubuntu Latest • .NET SDK 10.0.400
1515
:::
@@ -18,12 +18,12 @@ This benchmark was automatically generated on **2026-08-23** from the latest CI
1818

1919
| Framework | Version | Mean | Median | StdDev |
2020
|-----------|---------|------|--------|--------|
21-
| **TUnit** | 1.65.38 | 471.8 ms | 461.6 ms | 18.81 ms |
22-
| NUnit | 4.6.1 | 1,083.0 ms | 1,079.8 ms | 13.12 ms |
23-
| MSTest | 4.3.3 | 2,975.1 ms | 2,974.6 ms | 14.65 ms |
24-
| xUnit3 | 4.0.0 | 1,289.6 ms | 1,278.2 ms | 23.16 ms |
25-
| **TUnit (AOT)** | 1.65.38 | 218.2 ms | 218.1 ms | 1.08 ms |
26-
| xUnit3_AOT | 4.0.0 | 673.0 ms | 672.6 ms | 1.97 ms |
21+
| **TUnit** | 1.65.68 | 535.8 ms | 538.1 ms | 23.04 ms |
22+
| NUnit | 4.6.1 | 1,317.5 ms | 1,310.7 ms | 34.72 ms |
23+
| MSTest | 4.3.3 | 3,040.5 ms | 3,027.4 ms | 40.38 ms |
24+
| xUnit3 | 4.0.0 | 1,337.9 ms | 1,332.9 ms | 45.41 ms |
25+
| **TUnit (AOT)** | 1.65.68 | 220.9 ms | 221.1 ms | 0.61 ms |
26+
| xUnit3_AOT | 4.0.0 | 676.7 ms | 677.0 ms | 1.49 ms |
2727

2828
## 📈 Visual Comparison
2929

@@ -61,8 +61,8 @@ This benchmark was automatically generated on **2026-08-23** from the latest CI
6161
xychart-beta
6262
title "MassiveParallelTests Performance Comparison"
6363
x-axis ["TUnit", "NUnit", "MSTest", "xUnit3", "TUnit_AOT", "xUnit3_AOT"]
64-
y-axis "Time (ms)" 0 --> 3571
65-
bar [471.8, 1083, 2975.1, 1289.6, 218.2, 673]
64+
y-axis "Time (ms)" 0 --> 3649
65+
bar [535.8, 1317.5, 3040.5, 1337.9, 220.9, 676.7]
6666
```
6767

6868
## 🎯 Key Insights
@@ -75,4 +75,4 @@ This benchmark compares TUnit's performance against NUnit, MSTest, xUnit3, xUnit
7575
View the [benchmarks overview](/docs/benchmarks) for methodology details and environment information.
7676
:::
7777

78-
*Last generated: 2026-08-23T00:20:42.432Z*
78+
*Last generated: 2026-08-30T00:32:59.982Z*

docs/docs/benchmarks/engine/MatrixTests.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 6
99
> Combinatorial test generation and execution
1010
1111
:::info Last Updated
12-
This benchmark was automatically generated on **2026-08-23** from the latest CI run.
12+
This benchmark was automatically generated on **2026-08-30** from the latest CI run.
1313

1414
**Environment:** Ubuntu Latest • .NET SDK 10.0.400
1515
:::
@@ -18,12 +18,12 @@ This benchmark was automatically generated on **2026-08-23** from the latest CI
1818

1919
| Framework | Version | Mean | Median | StdDev |
2020
|-----------|---------|------|--------|--------|
21-
| **TUnit** | 1.65.38 | 377.3 ms | 374.3 ms | 13.53 ms |
22-
| NUnit | 4.6.1 | 1,443.4 ms | 1,438.9 ms | 13.23 ms |
23-
| MSTest | 4.3.3 | 1,532.2 ms | 1,528.3 ms | 24.49 ms |
24-
| xUnit3 | 4.0.0 | 960.5 ms | 957.4 ms | 52.75 ms |
25-
| **TUnit (AOT)** | 1.65.38 | 120.4 ms | 120.5 ms | 1.11 ms |
26-
| xUnit3_AOT | 4.0.0 | 275.0 ms | 275.1 ms | 1.08 ms |
21+
| **TUnit** | 1.65.68 | 364.9 ms | 365.0 ms | 1.92 ms |
22+
| NUnit | 4.6.1 | 1,536.5 ms | 1,538.5 ms | 6.01 ms |
23+
| MSTest | 4.3.3 | 1,497.2 ms | 1,495.6 ms | 8.02 ms |
24+
| xUnit3 | 4.0.0 | 861.9 ms | 862.6 ms | 9.53 ms |
25+
| **TUnit (AOT)** | 1.65.68 | 117.1 ms | 117.1 ms | 1.20 ms |
26+
| xUnit3_AOT | 4.0.0 | 269.2 ms | 269.0 ms | 0.88 ms |
2727

2828
## 📈 Visual Comparison
2929

@@ -61,8 +61,8 @@ This benchmark was automatically generated on **2026-08-23** from the latest CI
6161
xychart-beta
6262
title "MatrixTests Performance Comparison"
6363
x-axis ["TUnit", "NUnit", "MSTest", "xUnit3", "TUnit_AOT", "xUnit3_AOT"]
64-
y-axis "Time (ms)" 0 --> 1839
65-
bar [377.3, 1443.4, 1532.2, 960.5, 120.4, 275]
64+
y-axis "Time (ms)" 0 --> 1844
65+
bar [364.9, 1536.5, 1497.2, 861.9, 117.1, 269.2]
6666
```
6767

6868
## 🎯 Key Insights
@@ -75,4 +75,4 @@ This benchmark compares TUnit's performance against NUnit, MSTest, xUnit3, xUnit
7575
View the [benchmarks overview](/docs/benchmarks) for methodology details and environment information.
7676
:::
7777

78-
*Last generated: 2026-08-23T00:20:42.432Z*
78+
*Last generated: 2026-08-30T00:32:59.982Z*

docs/docs/benchmarks/engine/ScaleTests.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 7
99
> Large test suites (150+ tests) measuring scalability
1010
1111
:::info Last Updated
12-
This benchmark was automatically generated on **2026-08-23** from the latest CI run.
12+
This benchmark was automatically generated on **2026-08-30** from the latest CI run.
1313

1414
**Environment:** Ubuntu Latest • .NET SDK 10.0.400
1515
:::
@@ -18,12 +18,12 @@ This benchmark was automatically generated on **2026-08-23** from the latest CI
1818

1919
| Framework | Version | Mean | Median | StdDev |
2020
|-----------|---------|------|--------|--------|
21-
| **TUnit** | 1.65.38 | 280.02 ms | 279.97 ms | 3.282 ms |
22-
| NUnit | 4.6.1 | 522.04 ms | 515.34 ms | 22.927 ms |
23-
| MSTest | 4.3.3 | 505.40 ms | 504.41 ms | 12.702 ms |
24-
| xUnit3 | 4.0.0 | 620.62 ms | 618.35 ms | 15.701 ms |
25-
| **TUnit (AOT)** | 1.65.38 | 19.86 ms | 20.26 ms | 2.114 ms |
26-
| xUnit3_AOT | 4.0.0 | 23.07 ms | 22.85 ms | 0.874 ms |
21+
| **TUnit** | 1.65.68 | 334.54 ms | 334.15 ms | 24.989 ms |
22+
| NUnit | 4.6.1 | 643.81 ms | 636.45 ms | 32.013 ms |
23+
| MSTest | 4.3.3 | 562.39 ms | 560.91 ms | 32.264 ms |
24+
| xUnit3 | 4.0.0 | 710.91 ms | 708.11 ms | 30.502 ms |
25+
| **TUnit (AOT)** | 1.65.68 | 18.88 ms | 18.84 ms | 0.550 ms |
26+
| xUnit3_AOT | 4.0.0 | 23.38 ms | 23.59 ms | 1.044 ms |
2727

2828
## 📈 Visual Comparison
2929

@@ -61,8 +61,8 @@ This benchmark was automatically generated on **2026-08-23** from the latest CI
6161
xychart-beta
6262
title "ScaleTests Performance Comparison"
6363
x-axis ["TUnit", "NUnit", "MSTest", "xUnit3", "TUnit_AOT", "xUnit3_AOT"]
64-
y-axis "Time (ms)" 0 --> 745
65-
bar [280.02, 522.04, 505.4, 620.62, 19.86, 23.07]
64+
y-axis "Time (ms)" 0 --> 854
65+
bar [334.54, 643.81, 562.39, 710.91, 18.88, 23.38]
6666
```
6767

6868
## 🎯 Key Insights
@@ -75,4 +75,4 @@ This benchmark compares TUnit's performance against NUnit, MSTest, xUnit3, xUnit
7575
View the [benchmarks overview](/docs/benchmarks) for methodology details and environment information.
7676
:::
7777

78-
*Last generated: 2026-08-23T00:20:42.433Z*
78+
*Last generated: 2026-08-30T00:32:59.982Z*

docs/docs/benchmarks/engine/SetupTeardownTests.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 8
99
> Expensive test fixtures with setup/teardown overhead
1010
1111
:::info Last Updated
12-
This benchmark was automatically generated on **2026-08-23** from the latest CI run.
12+
This benchmark was automatically generated on **2026-08-30** from the latest CI run.
1313

1414
**Environment:** Ubuntu Latest • .NET SDK 10.0.400
1515
:::
@@ -18,12 +18,12 @@ This benchmark was automatically generated on **2026-08-23** from the latest CI
1818

1919
| Framework | Version | Mean | Median | StdDev |
2020
|-----------|---------|------|--------|--------|
21-
| **TUnit** | 1.65.38 | 389.40 ms | 380.76 ms | 37.638 ms |
22-
| NUnit | 4.6.1 | 1,090.23 ms | 1,076.47 ms | 46.892 ms |
23-
| MSTest | 4.3.3 | 1,163.10 ms | 1,135.41 ms | 60.412 ms |
24-
| xUnit3 | 4.0.0 | 784.00 ms | 785.63 ms | 20.951 ms |
25-
| **TUnit (AOT)** | 1.65.38 | 70.18 ms | 69.89 ms | 2.527 ms |
26-
| xUnit3_AOT | 4.0.0 | 179.90 ms | 179.56 ms | 3.249 ms |
21+
| **TUnit** | 1.65.68 | 367.81 ms | 364.64 ms | 14.446 ms |
22+
| NUnit | 4.6.1 | 1,270.05 ms | 1,267.62 ms | 52.049 ms |
23+
| MSTest | 4.3.3 | 1,322.57 ms | 1,319.06 ms | 23.266 ms |
24+
| xUnit3 | 4.0.0 | 955.39 ms | 959.77 ms | 26.122 ms |
25+
| **TUnit (AOT)** | 1.65.68 | 75.64 ms | 75.74 ms | 1.348 ms |
26+
| xUnit3_AOT | 4.0.0 | 182.31 ms | 182.43 ms | 1.503 ms |
2727

2828
## 📈 Visual Comparison
2929

@@ -61,8 +61,8 @@ This benchmark was automatically generated on **2026-08-23** from the latest CI
6161
xychart-beta
6262
title "SetupTeardownTests Performance Comparison"
6363
x-axis ["TUnit", "NUnit", "MSTest", "xUnit3", "TUnit_AOT", "xUnit3_AOT"]
64-
y-axis "Time (ms)" 0 --> 1396
65-
bar [389.4, 1090.23, 1163.1, 784, 70.18, 179.9]
64+
y-axis "Time (ms)" 0 --> 1588
65+
bar [367.81, 1270.05, 1322.57, 955.39, 75.64, 182.31]
6666
```
6767

6868
## 🎯 Key Insights
@@ -75,4 +75,4 @@ This benchmark compares TUnit's performance against NUnit, MSTest, xUnit3, xUnit
7575
View the [benchmarks overview](/docs/benchmarks) for methodology details and environment information.
7676
:::
7777

78-
*Last generated: 2026-08-23T00:20:42.433Z*
78+
*Last generated: 2026-08-30T00:32:59.983Z*

docs/docs/benchmarks/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_position: 1
77
# Performance Benchmarks
88

99
:::info Last Updated
10-
These benchmarks were automatically generated on **2026-08-23** from the latest CI run.
10+
These benchmarks were automatically generated on **2026-08-30** from the latest CI run.
1111

1212
**Environment:** Ubuntu Latest • .NET SDK 10.0.400
1313
:::
@@ -37,7 +37,7 @@ These benchmarks compare TUnit against the most popular .NET testing frameworks:
3737

3838
| Framework | Version Tested |
3939
|-----------|----------------|
40-
| **TUnit** | 1.65.38 |
40+
| **TUnit** | 1.65.68 |
4141
| **xUnit v3** | 4.0.0 |
4242
| **NUnit** | 4.6.1 |
4343
| **MSTest** | 4.3.3 |
@@ -80,4 +80,4 @@ These benchmarks run automatically daily via [GitHub Actions](https://github.com
8080
Each benchmark runs multiple iterations with statistical analysis to ensure accuracy. Results may vary based on hardware and test characteristics.
8181
:::
8282

83-
*Last generated: 2026-08-23T00:20:42.434Z*
83+
*Last generated: 2026-08-30T00:32:59.983Z*

0 commit comments

Comments
 (0)