..
AppBundle
Add Integration Test for WASM ( #2532 )
2024-03-05 15:08:17 +01:00
Diagnosers
.NET Core 2.1 -> .NET 5.0 ( #1637 )
2021-01-20 17:18:47 +01:00
InProcess.EmitTests
Code cleanup
2020-03-12 12:38:37 +03:00
InProcess.EmitTests.T4
Fixed nullability warnings in methods signatures
2023-10-03 18:58:51 +02:00
Properties
Add Azure Pipelines support ( #917 )
2018-10-25 21:49:23 +02:00
Xunit
Ignore "Platform linker not found" in local runs
2023-05-31 17:48:26 +02:00
AllSetupAndCleanupTest.cs
Fix consume ValueTask backed by IValueTaskSource ( #2108 )
2024-03-19 18:08:45 -04:00
App.config
…
AppConfigTests.cs
Improved local CoreCLR/CoreFX support, tested on all OSes #700 , #702
2018-04-06 01:21:17 +02:00
ArgumentsTests.cs
Rework environment-specific custom xUnit attributes
2023-07-21 11:54:44 +02:00
AssemblyConfigTests.cs
Remove unused usings
2018-05-02 15:33:04 +03:00
AsyncBenchmarksTests.cs
Fix consume ValueTask backed by IValueTaskSource ( #2108 )
2024-03-19 18:08:45 -04:00
AttributesTests.cs
Code cleanup
2020-03-12 12:38:37 +03:00
BaselineRatioColumnTest.cs
New fluent API ( #1273 ), fixes #1234
2019-12-16 20:34:48 +01:00
BenchmarkDotNet.IntegrationTests.csproj
Fix known high severity vulnerabilities ( #2613 )
2024-10-21 17:15:08 -04:00
BenchmarkSwitcherTest.cs
Fixed warnings on null assignments
2023-10-03 18:58:51 +02:00
BenchmarkTestExecutor.cs
Fixed nullability warnings in methods signatures
2023-10-03 18:58:51 +02:00
BuildTimeoutTests.cs
Bump Perfolizer + Initial Phd adoption
2024-08-27 20:51:43 +02:00
ContinuousIntegration.cs
Bump Perfolizer + Initial Phd adoption
2024-08-27 20:51:43 +02:00
CopyToOutputTests.cs
.NET Core 2.1 -> .NET 5.0 ( #1637 )
2021-01-20 17:18:47 +01:00
CustomBuildConfigurationTests.cs
Skip UserCanSpecifyCustomBuildConfiguration on .NET Framework, see #2376
2023-07-21 13:53:06 +02:00
CustomEngineTests.cs
Engine.Run() should return the full list of performed measurements ( fixes #2187 ) ( #2188 )
2022-11-03 09:55:02 +04:00
DisassemblyDiagnoserTests.cs
Bump Perfolizer + Initial Phd adoption
2024-08-27 20:51:43 +02:00
DotMemoryTests.cs
Bump Perfolizer + Initial Phd adoption
2024-08-27 20:51:43 +02:00
DotTraceTests.cs
Bump Perfolizer + Initial Phd adoption
2024-08-27 20:51:43 +02:00
DryRunTests.cs
Bump Perfolizer: 0.2.1->0.3.16
2024-03-09 10:50:04 +01:00
EngineTests.cs
Engine.Run() should return the full list of performed measurements ( fixes #2187 ) ( #2188 )
2022-11-03 09:55:02 +04:00
EnvironmentVariablesTests.cs
set JETBRAINS_DPA_AGENT_ENABLE by default to 0 to disable ReSharper's Dynamic Program Analysis, fixes #1871 ( #1874 )
2022-01-18 10:03:40 +01:00
EventProcessorTests.cs
Add event processor functionality ( #2420 )
2023-09-21 14:52:40 +02:00
ExceptionDiagnoserTests.cs
Fix a threading issue in ExceptionDiagnoser #1736 ( #2182 )
2022-11-02 00:15:19 +04:00
ExceptionHandlingTests.cs
don't use diagnosers when running the benchmark has failed ( #1903 )
2022-01-31 21:01:10 +01:00
ExporterIOTests.cs
Fixed warnings on null assignments
2023-10-03 18:58:51 +02:00
ExtraAttributesForEntryMethodTests.cs
Rework environment-specific custom xUnit attributes
2023-07-21 11:54:44 +02:00
FSharpTests.cs
Use Pipes for host and benchmark process communication ( #2092 )
2022-09-14 17:12:19 +02:00
FailingProcessSpawnTests.cs
Avoid hangs when starting benchmark process fails ( #2207 )
2022-11-29 11:56:09 +04:00
GcModeTests.cs
Copy GC settings from host process ( #1765 )
2021-08-04 18:00:44 +02:00
GlobalSetupAttributeInvalidMethodTest.cs
Fix GlobalSetupAttributeMethodsMustHaveNoParameters
2019-03-25 13:08:53 +03:00
InProcessEmitTest.cs
Fix consume ValueTask backed by IValueTaskSource ( #2108 )
2024-03-19 18:08:45 -04:00
InProcessTest.cs
Fixed warnings on null assignments
2023-10-03 18:58:51 +02:00
IntegrationTestSetupTests.cs
Suppress dependency rebuilding in integration tests on windows+net7.0
2023-07-06 12:35:49 +02:00
JitOptimizationsTests.cs
Rename: Benchmark -> BenchmarkCase ( #787 )
2018-06-18 20:49:11 +03:00
JitRuntimeValidationTest.cs
Bump xunit: 2.5.0->2.6.2
2023-11-26 17:47:58 +01:00
LanguageVersionTests.cs
Remove unused usings
2018-05-02 15:33:04 +03:00
LargeAddressAwareTest.cs
Fixed some tests.
2024-01-14 18:45:59 +01:00
MemoryDiagnoserTests.cs
Add DOTNET_ environment vars ( #2643 )
2024-09-22 17:19:03 -04:00
MonoTests.cs
update SDK to .NET 8 ( #2462 )
2023-11-15 19:40:18 +01:00
MultipleRuntimesTest.cs
Fixed some tests.
2024-01-14 18:45:59 +01:00
NativeAotTests.cs
Bump Perfolizer + Initial Phd adoption
2024-08-27 20:51:43 +02:00
NugetReferenceTests.cs
Enable UserCanSpecifyCustomNuGetPackageDependency test on Linux
2023-11-26 20:11:36 +01:00
ParamSourceTests.cs
Bugfix SmartParameter source code generation ( #2041 )
2022-07-21 09:07:23 +02:00
ParamsTests.cs
Improve ParamsValidator ( #2283 )
2023-05-09 19:02:55 +02:00
PathTooLongTests.cs
Rework environment-specific custom xUnit attributes
2023-07-21 11:54:44 +02:00
PowerManagementApplierTests.cs
Rework environment-specific custom xUnit attributes
2023-07-21 11:54:44 +02:00
PriorityTests.cs
Code cleanup
2023-07-28 11:55:01 +02:00
ProcessPropertiesTests.cs
Rework environment-specific custom xUnit attributes
2023-07-21 11:54:44 +02:00
ProcessorArchitectureTest.cs
tests can't assume x64 hardware ( #2235 )
2022-12-24 00:10:35 +01:00
ReferencesTests.cs
.NET Core 2.1 -> .NET 5.0 ( #1637 )
2021-01-20 17:18:47 +01:00
RoslynToolchainTest.cs
Code cleanup
2023-07-28 11:55:01 +02:00
RunStrategyTests.cs
Code cleanup
2023-07-28 11:55:01 +02:00
SetupAndCleanupTests.cs
Code cleanup
2023-07-28 11:55:01 +02:00
StandardErrorTests.cs
don't redirect Standard Error, as we don't read it and writing to it by benchmark can cause deadlocks ( #1631 )
2021-01-20 17:15:55 +01:00
StatResultExtenderTests.cs
Switch to perfolizer
2020-03-10 20:19:08 +03:00
TailCallDiagnoserTests.cs
Rework environment-specific custom xUnit attributes
2023-07-21 11:54:44 +02:00
TestConfigs.cs
New fluent API ( #1273 ), fixes #1234
2019-12-16 20:34:48 +01:00
TestCultureInfo.cs
CultureInfo Refactoring ( #1302 )
2019-12-12 06:46:53 +01:00
ThreadingDiagnoserTests.cs
Bump Perfolizer + Initial Phd adoption
2024-08-27 20:51:43 +02:00
ToolchainTest.cs
Use Pipes for host and benchmark process communication ( #2092 )
2022-09-14 17:12:19 +02:00
ValidatorsTest.cs
New fluent API ( #1273 ), fixes #1234
2019-12-16 20:34:48 +01:00
ValuesReturnedByBenchmarkTest.cs
Use Pipes for host and benchmark process communication ( #2092 )
2022-09-14 17:12:19 +02:00
WasmTests.cs
[tests] Add docs for WasmTests
2024-03-06 16:43:07 +01:00
runtimeconfig.template.json
Fix the CI
2021-07-27 12:31:56 +02:00
xunit.runner.json
Add Azure Pipelines support ( #917 )
2018-10-25 21:49:23 +02:00