Skip to content

Commit

Permalink
expand
Browse files Browse the repository at this point in the history
  • Loading branch information
twsouthwick committed Jun 27, 2023
1 parent d919564 commit a8427d9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

#if NET462 || NET

using DocumentFormat.OpenXml.Packaging;
using ObjectLayoutInspector;
using System;
Expand All @@ -11,7 +13,6 @@

namespace DocumentFormat.OpenXml.Framework.Tests;

#if NET462 || NET
public class ObjectSizeTests
{
private readonly ITestOutputHelper _output;
Expand Down Expand Up @@ -136,4 +137,5 @@ private sealed class TestOpenXmlLeafTextElement : OpenXmlLeafTextElement
{
}
}

#endif

1 comment on commit a8427d9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ElementMetadataTests

Benchmark suite Current: a8427d9 Previous: dfd0e25 Ratio
DocumentFormat.OpenXml.Benchmarks.ElementMetadataTests.CreateWithInstance 20.89096466700236 ns (± 0.09837325691814738) 26.391328705681694 ns (± 0.6719887953028524) 0.79
DocumentFormat.OpenXml.Benchmarks.ElementMetadataTests.CreateWithGeneric 34.55069788864681 ns (± 0.47886230943268154) 43.629896861535535 ns (± 1.3647927942160765) 0.79

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.