Actions: dotnet/BenchmarkDotNet
Actions
Showing runs from all workflows
2,500+ workflow runs
2,500+ workflow runs
Microsoft.DotNet.PlatformAbstractions. (#3190)
publish-nightly
#576:
Commit 40736e9
pushed
by
timcassell
Microsoft.DotNet.PlatformAbstractions. (#3190)
generate-changelog
#566:
Commit 40736e9
pushed
by
timcassell
Microsoft.DotNet.PlatformAbstractions. (#3190)
run-tests
#3243:
Commit 40736e9
pushed
by
timcassell
OperationCanceledException from ctrl+c (#3189)
* Handle OperationCanceledException from ctrl+c.
* Return single failed summary.
run-tests
#3241:
Commit dde87a1
pushed
by
timcassell
OperationCanceledException from ctrl+c (#3189)
* Handle OperationCanceledException from ctrl+c.
* Return single failed summary.
publish-nightly
#575:
Commit dde87a1
pushed
by
timcassell
OperationCanceledException from ctrl+c (#3189)
* Handle OperationCanceledException from ctrl+c.
* Return single failed summary.
generate-changelog
#565:
Commit dde87a1
pushed
by
timcassell
OperationCanceledException from ctrl+c.
run-tests
#3237:
Commit d854f28
pushed
by
timcassell
OperationCanceledException from ctrl+c.
run-tests
#3235:
Commit 96f312e
pushed
by
timcassell
OperationCanceledException from ctrl+c.
run-tests
#3234:
Commit 7b556db
pushed
by
timcassell
dotnet restore) could freeze BenchmarkRunner.Run/RunAsync on Windows.
Root cause: BenchmarkDotNet subscribes to and unsubscribes from
Console.CancelKeyPress in several places during a run (CtrlCCanceler and
every DisposeAtProcessTermination instance). Removing the last
CancelKeyPress handler calls SetConsoleCtrlHandler(..., Add: false),
which deadlocks ...
generate-changelog
#563:
Commit 2109ae8
pushed
by
timcassell
dotnet restore) could freeze BenchmarkRunner.Run/RunAsync on Windows.
Root cause: BenchmarkDotNet subscribes to and unsubscribes from
Console.CancelKeyPress in several places during a run (CtrlCCanceler and
every DisposeAtProcessTermination instance). Removing the last
CancelKeyPress handler calls SetConsoleCtrlHandler(..., Add: false),
which deadloc...
publish-nightly
#573:
Commit 2109ae8
pushed
by
timcassell
dotnet restore) could freeze BenchmarkRunner.Run/RunAsync on Windows.
Root cause: BenchmarkDotNet subscribes to and unsubscribes from
Console.CancelKeyPress in several places during a run (CtrlCCanceler and
every DisposeAtProcessTermination instance). Removing the last
CancelKeyPress handler calls SetConsoleCtrlHandler(..., Add: false),
which deadlocks in the OS...
run-tests
#3232:
Commit 2109ae8
pushed
by
timcassell
dotnet restore) could freeze BenchmarkRunner.Run/RunAsync on Windows.
Root cause: BenchmarkDotNet subscribes to and unsubscribes from
Console.CancelKeyPress in several places during a run (CtrlCCanceler and
every DisposeAtProcessTermination instance). Removing the last
CancelKeyPress handler calls SetConsoleCtrlHandler(..., Add: false),
which deadlocks in the OS while c...
run-tests
#3230:
Commit 7427305
pushed
by
timcassell