/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Tools/Benchmarks/Program.cs
7 строк
304 B
Jared Parsons
Optimize DecisionDagBuilder with Tests.ValueSet for large or-patterns (#83513)
21 июл 2026, 21:51
Не верифицирован
21 июл 2026, 21:51
37b7c06
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using BenchmarkDotNet.Running; BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args);