This commit is contained in:
StellaOps Bot
2025-12-26 21:43:56 +02:00
354 changed files with 354 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ public sealed class BenchmarkJsonWriterTests
await BenchmarkJsonWriter.WriteAsync(path, metadata, new[] { report }, CancellationToken.None);
using var document = JsonDocument.Parse(await File.ReadAllTextAsync(path));
using StellaOps.TestKit;
var root = document.RootElement;
Assert.Equal("1.0", root.GetProperty("schemaVersion").GetString());