• 大小: 3.07M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 文件  

资源简介


资源截图

代码片段和文件信息

// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License Version 2.0. See License.txt in the project root for license information.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using BenchmarkDotNet.Attributes;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc.Abstractions;
using Microsoft.AspNetCore.Mvc.ActionConstraints;
using Microsoft.AspNetCore.Mvc.Infrastructure;
using Microsoft.AspNetCore.Mvc.Internal;
using Microsoft.AspNetCore.Routing;
using Microsoft.Extensions.Logging.Abstractions;

namespace Microsoft.AspNetCore.Mvc.Performance
{
    [Config(typeof(CoreConfig))]
    public class ActionselectorBenchmark
    {
        private const int Seed = 1000;

        // About 35 or so plau

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-12-19 23:03  Mvc-dev\
     文件         355  2017-12-19 23:03  Mvc-dev\.appveyor.yml
     文件        1587  2017-12-19 23:03  Mvc-dev\.editorconfig
     文件         864  2017-12-19 23:03  Mvc-dev\.gitattributes
     文件         484  2017-12-19 23:03  Mvc-dev\.gitignore
     文件         603  2017-12-19 23:03  Mvc-dev\.travis.yml
     文件         168  2017-12-19 23:03  Mvc-dev\CONTRIBUTING.md
     文件         971  2017-12-19 23:03  Mvc-dev\Directory.Build.props
     文件         357  2017-12-19 23:03  Mvc-dev\Directory.Build.targets
     文件         594  2017-12-19 23:03  Mvc-dev\LICENSE.txt
     文件       44856  2017-12-19 23:03  Mvc-dev\Mvc.NoFun.sln
     文件       72913  2017-12-19 23:03  Mvc-dev\Mvc.sln
     文件         199  2017-12-19 23:03  Mvc-dev\NuGet.config
     文件          90  2017-12-19 23:03  Mvc-dev\NuGetPackageVerifier.json
     文件        2287  2017-12-19 23:03  Mvc-dev\README.md
     文件       17454  2017-12-19 23:03  Mvc-dev\Settings.styleCop
     目录           0  2017-12-19 23:03  Mvc-dev\benchmarks\
     目录           0  2017-12-19 23:03  Mvc-dev\benchmarks\Microsoft.AspNetCore.Mvc.Performance\
     文件       11868  2017-12-19 23:03  Mvc-dev\benchmarks\Microsoft.AspNetCore.Mvc.Performance\ActionselectorBenchmark.cs
     文件         639  2017-12-19 23:03  Mvc-dev\benchmarks\Microsoft.AspNetCore.Mvc.Performance\Microsoft.AspNetCore.Mvc.Performance.csproj
     文件         487  2017-12-19 23:03  Mvc-dev\benchmarks\Microsoft.AspNetCore.Mvc.Performance\Program.cs
     目录           0  2017-12-19 23:03  Mvc-dev\benchmarks\Microsoft.AspNetCore.Mvc.Performance\configs\
     文件        1011  2017-12-19 23:03  Mvc-dev\benchmarks\Microsoft.AspNetCore.Mvc.Performance\configs\CoreConfig.cs
     文件         293  2017-12-19 23:03  Mvc-dev\benchmarks\Microsoft.AspNetCore.Mvc.Performance\readme.md
     文件         260  2017-12-19 23:03  Mvc-dev\build.cmd
     文件         253  2017-12-19 23:03  Mvc-dev\build.sh
     目录           0  2017-12-19 23:03  Mvc-dev\build\
     文件         596  2017-12-19 23:03  Mvc-dev\build\Key.snk
     文件        9323  2017-12-19 23:03  Mvc-dev\build\dependencies.props
     文件         876  2017-12-19 23:03  Mvc-dev\build\repo.props
     文件         706  2017-12-19 23:03  Mvc-dev\build\sources.props
............此处省略3159个文件信息

评论

共有 条评论