Skip to content

Commit f60e71c

Browse files
committed
Initial commit
0 parents  commit f60e71c

35 files changed

+342
-0
lines changed

.idea/.idea.BenchmarkSharp/.idea/.gitignore

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.BenchmarkSharp/.idea/AndroidProjectSystem.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.BenchmarkSharp/.idea/encodings.xml

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.BenchmarkSharp/.idea/indexLayout.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.BenchmarkSharp/.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BenchmarkSharp.sln

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BenchmarkSharp", "BenchmarkSharp\BenchmarkSharp.csproj", "{BEC729E7-CCD9-425A-AC12-F5520364DFA2}"
4+
EndProject
5+
Global
6+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
7+
Debug|Any CPU = Debug|Any CPU
8+
Release|Any CPU = Release|Any CPU
9+
EndGlobalSection
10+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
11+
{BEC729E7-CCD9-425A-AC12-F5520364DFA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
12+
{BEC729E7-CCD9-425A-AC12-F5520364DFA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
13+
{BEC729E7-CCD9-425A-AC12-F5520364DFA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
14+
{BEC729E7-CCD9-425A-AC12-F5520364DFA2}.Release|Any CPU.Build.0 = Release|Any CPU
15+
EndGlobalSection
16+
EndGlobal

BenchmarkSharp/BenchmarkSharp.csproj

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net9.0</TargetFramework>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
<Nullable>enable</Nullable>
8+
</PropertyGroup>
9+
10+
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
11+
<PlatformTarget>x64</PlatformTarget>
12+
</PropertyGroup>
13+
14+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
15+
<PlatformTarget>x64</PlatformTarget>
16+
</PropertyGroup>
17+
18+
</Project>

BenchmarkSharp/Program.cs

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// See https://aka.ms/new-console-template for more information
2+
3+
Console.WriteLine("Hello, World!");
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"runtimeTarget": {
3+
"name": ".NETCoreApp,Version=v9.0",
4+
"signature": ""
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
".NETCoreApp,Version=v9.0": {
9+
"BenchmarkSharp/1.0.0": {
10+
"runtime": {
11+
"BenchmarkSharp.dll": {}
12+
}
13+
}
14+
}
15+
},
16+
"libraries": {
17+
"BenchmarkSharp/1.0.0": {
18+
"type": "project",
19+
"serviceable": false,
20+
"sha512": ""
21+
}
22+
}
23+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"runtimeOptions": {
3+
"tfm": "net9.0",
4+
"framework": {
5+
"name": "Microsoft.NETCore.App",
6+
"version": "9.0.0"
7+
},
8+
"configProperties": {
9+
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
10+
}
11+
}
12+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"format": 1,
3+
"restore": {
4+
"D:\\Others\\DevProjects\\C# Projects\\BenchmarkSharp\\BenchmarkSharp\\BenchmarkSharp.csproj": {}
5+
},
6+
"projects": {
7+
"D:\\Others\\DevProjects\\C# Projects\\BenchmarkSharp\\BenchmarkSharp\\BenchmarkSharp.csproj": {
8+
"version": "1.0.0",
9+
"restore": {
10+
"projectUniqueName": "D:\\Others\\DevProjects\\C# Projects\\BenchmarkSharp\\BenchmarkSharp\\BenchmarkSharp.csproj",
11+
"projectName": "BenchmarkSharp",
12+
"projectPath": "D:\\Others\\DevProjects\\C# Projects\\BenchmarkSharp\\BenchmarkSharp\\BenchmarkSharp.csproj",
13+
"packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\",
14+
"outputPath": "D:\\Others\\DevProjects\\C# Projects\\BenchmarkSharp\\BenchmarkSharp\\obj\\",
15+
"projectStyle": "PackageReference",
16+
"configFilePaths": [
17+
"C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config"
18+
],
19+
"originalTargetFrameworks": [
20+
"net9.0"
21+
],
22+
"sources": {
23+
"C:\\Program Files\\dotnet\\library-packs": {},
24+
"https://api.nuget.org/v3/index.json": {}
25+
},
26+
"frameworks": {
27+
"net9.0": {
28+
"targetAlias": "net9.0",
29+
"projectReferences": {}
30+
}
31+
},
32+
"warningProperties": {
33+
"warnAsError": [
34+
"NU1605"
35+
]
36+
},
37+
"restoreAuditProperties": {
38+
"enableAudit": "true",
39+
"auditLevel": "low",
40+
"auditMode": "direct"
41+
},
42+
"SdkAnalysisLevel": "9.0.200"
43+
},
44+
"frameworks": {
45+
"net9.0": {
46+
"targetAlias": "net9.0",
47+
"imports": [
48+
"net461",
49+
"net462",
50+
"net47",
51+
"net471",
52+
"net472",
53+
"net48",
54+
"net481"
55+
],
56+
"assetTargetFallback": true,
57+
"warn": true,
58+
"frameworkReferences": {
59+
"Microsoft.NETCore.App": {
60+
"privateAssets": "all"
61+
}
62+
},
63+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.202/PortableRuntimeIdentifierGraph.json"
64+
}
65+
}
66+
}
67+
}
68+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4+
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
5+
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
6+
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
7+
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
8+
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Administrator\.nuget\packages\</NuGetPackageFolders>
9+
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.13.2</NuGetToolVersion>
11+
</PropertyGroup>
12+
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
13+
<SourceRoot Include="C:\Users\Administrator\.nuget\packages\" />
14+
</ItemGroup>
15+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// <autogenerated />
2+
using System;
3+
using System.Reflection;
4+
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
//
5+
// Changes to this file may cause incorrect behavior and will be lost if
6+
// the code is regenerated.
7+
// </auto-generated>
8+
//------------------------------------------------------------------------------
9+
10+
using System;
11+
using System.Reflection;
12+
13+
[assembly: System.Reflection.AssemblyCompanyAttribute("BenchmarkSharp")]
14+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
15+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
17+
[assembly: System.Reflection.AssemblyProductAttribute("BenchmarkSharp")]
18+
[assembly: System.Reflection.AssemblyTitleAttribute("BenchmarkSharp")]
19+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
20+
21+
// Generated by the MSBuild WriteCodeFragment class.
22+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
76280d96da6f271039f08a889f530f9cf4d5476947f96fd778540c1d2a64b582
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
is_global = true
2+
build_property.TargetFramework = net9.0
3+
build_property.TargetPlatformMinVersion =
4+
build_property.UsingMicrosoftNETSdkWeb =
5+
build_property.ProjectTypeGuids =
6+
build_property.InvariantGlobalization =
7+
build_property.PlatformNeutralAssembly =
8+
build_property.EnforceExtendedAnalyzerRules =
9+
build_property._SupportedPlatformList = Linux,macOS,Windows
10+
build_property.RootNamespace = BenchmarkSharp
11+
build_property.ProjectDir = D:\Others\DevProjects\C# Projects\BenchmarkSharp\BenchmarkSharp\
12+
build_property.EnableComHosting =
13+
build_property.EnableGeneratedComInterfaceComImportInterop =
14+
build_property.EffectiveAnalysisLevelStyle = 9.0
15+
build_property.EnableCodeStyleSeverity =
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// <auto-generated/>
2+
global using global::System;
3+
global using global::System.Collections.Generic;
4+
global using global::System.IO;
5+
global using global::System.Linq;
6+
global using global::System.Net.Http;
7+
global using global::System.Threading;
8+
global using global::System.Threading.Tasks;
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
621277e9e5bf7cdb70bb0feacf8aa699ed0774493e6af1ed5e8f8a61a609f155
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
D:\Others\DevProjects\C# Projects\BenchmarkSharp\BenchmarkSharp\bin\Debug\net9.0\BenchmarkSharp.exe
2+
D:\Others\DevProjects\C# Projects\BenchmarkSharp\BenchmarkSharp\bin\Debug\net9.0\BenchmarkSharp.deps.json
3+
D:\Others\DevProjects\C# Projects\BenchmarkSharp\BenchmarkSharp\bin\Debug\net9.0\BenchmarkSharp.runtimeconfig.json
4+
D:\Others\DevProjects\C# Projects\BenchmarkSharp\BenchmarkSharp\bin\Debug\net9.0\BenchmarkSharp.dll
5+
D:\Others\DevProjects\C# Projects\BenchmarkSharp\BenchmarkSharp\bin\Debug\net9.0\BenchmarkSharp.pdb
6+
D:\Others\DevProjects\C# Projects\BenchmarkSharp\BenchmarkSharp\obj\Debug\net9.0\BenchmarkSharp.GeneratedMSBuildEditorConfig.editorconfig
7+
D:\Others\DevProjects\C# Projects\BenchmarkSharp\BenchmarkSharp\obj\Debug\net9.0\BenchmarkSharp.AssemblyInfoInputs.cache
8+
D:\Others\DevProjects\C# Projects\BenchmarkSharp\BenchmarkSharp\obj\Debug\net9.0\BenchmarkSharp.AssemblyInfo.cs
9+
D:\Others\DevProjects\C# Projects\BenchmarkSharp\BenchmarkSharp\obj\Debug\net9.0\BenchmarkSharp.csproj.CoreCompileInputs.cache
10+
D:\Others\DevProjects\C# Projects\BenchmarkSharp\BenchmarkSharp\obj\Debug\net9.0\BenchmarkSharp.dll
11+
D:\Others\DevProjects\C# Projects\BenchmarkSharp\BenchmarkSharp\obj\Debug\net9.0\refint\BenchmarkSharp.dll
12+
D:\Others\DevProjects\C# Projects\BenchmarkSharp\BenchmarkSharp\obj\Debug\net9.0\BenchmarkSharp.pdb
13+
D:\Others\DevProjects\C# Projects\BenchmarkSharp\BenchmarkSharp\obj\Debug\net9.0\BenchmarkSharp.genruntimeconfig.cache
14+
D:\Others\DevProjects\C# Projects\BenchmarkSharp\BenchmarkSharp\obj\Debug\net9.0\ref\BenchmarkSharp.dll
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
df3235189c353c96fdff8c00bca7e4713bcd407a6b2631ca4a2ef59d65c58a82
Binary file not shown.
144 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
+73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"version": 3,
3+
"targets": {
4+
"net9.0": {}
5+
},
6+
"libraries": {},
7+
"projectFileDependencyGroups": {
8+
"net9.0": []
9+
},
10+
"packageFolders": {
11+
"C:\\Users\\Administrator\\.nuget\\packages\\": {}
12+
},
13+
"project": {
14+
"version": "1.0.0",
15+
"restore": {
16+
"projectUniqueName": "D:\\Others\\DevProjects\\C# Projects\\BenchmarkSharp\\BenchmarkSharp\\BenchmarkSharp.csproj",
17+
"projectName": "BenchmarkSharp",
18+
"projectPath": "D:\\Others\\DevProjects\\C# Projects\\BenchmarkSharp\\BenchmarkSharp\\BenchmarkSharp.csproj",
19+
"packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\",
20+
"outputPath": "D:\\Others\\DevProjects\\C# Projects\\BenchmarkSharp\\BenchmarkSharp\\obj\\",
21+
"projectStyle": "PackageReference",
22+
"configFilePaths": [
23+
"C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config"
24+
],
25+
"originalTargetFrameworks": [
26+
"net9.0"
27+
],
28+
"sources": {
29+
"C:\\Program Files\\dotnet\\library-packs": {},
30+
"https://api.nuget.org/v3/index.json": {}
31+
},
32+
"frameworks": {
33+
"net9.0": {
34+
"targetAlias": "net9.0",
35+
"projectReferences": {}
36+
}
37+
},
38+
"warningProperties": {
39+
"warnAsError": [
40+
"NU1605"
41+
]
42+
},
43+
"restoreAuditProperties": {
44+
"enableAudit": "true",
45+
"auditLevel": "low",
46+
"auditMode": "direct"
47+
},
48+
"SdkAnalysisLevel": "9.0.200"
49+
},
50+
"frameworks": {
51+
"net9.0": {
52+
"targetAlias": "net9.0",
53+
"imports": [
54+
"net461",
55+
"net462",
56+
"net47",
57+
"net471",
58+
"net472",
59+
"net48",
60+
"net481"
61+
],
62+
"assetTargetFallback": true,
63+
"warn": true,
64+
"frameworkReferences": {
65+
"Microsoft.NETCore.App": {
66+
"privateAssets": "all"
67+
}
68+
},
69+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.202/PortableRuntimeIdentifierGraph.json"
70+
}
71+
}
72+
}
73+
}
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"version": 2,
3+
"dgSpecHash": "jiaGBdYLxIg=",
4+
"success": true,
5+
"projectFilePath": "D:\\Others\\DevProjects\\C# Projects\\BenchmarkSharp\\BenchmarkSharp\\BenchmarkSharp.csproj",
6+
"expectedPackageFiles": [],
7+
"logs": []
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"restore":{"projectUniqueName":"D:\\Others\\DevProjects\\C# Projects\\BenchmarkSharp\\BenchmarkSharp\\BenchmarkSharp.csproj","projectName":"BenchmarkSharp","projectPath":"D:\\Others\\DevProjects\\C# Projects\\BenchmarkSharp\\BenchmarkSharp\\BenchmarkSharp.csproj","outputPath":"D:\\Others\\DevProjects\\C# Projects\\BenchmarkSharp\\BenchmarkSharp\\obj\\","projectStyle":"PackageReference","originalTargetFrameworks":["net9.0"],"sources":{"C:\\Program Files\\dotnet\\library-packs":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net9.0":{"targetAlias":"net9.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"9.0.200"}"frameworks":{"net9.0":{"targetAlias":"net9.0","imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\9.0.202/PortableRuntimeIdentifierGraph.json"}}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
17456006722080390
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
17456006722080390

0 commit comments

Comments
 (0)