Topic: "benchmarkdotnet"
EgorBo/IntrinsicsPlayground
My toys to play with SSE/AVX in pure C# (.NET Core 2.1)
Language: C# - Size: 1.62 MB - Last synced at: 6 days ago - Pushed at: over 6 years ago - Stars: 64 - Forks: 5

mjebrahimi/BenchmarkDotNetVisualizer
🌈 Visualizes your BenchmarkDotNet benchmarks to Colorful images and Feature-rich HTML (and maybe powerful charts in the future!)
Language: HTML - Size: 6.86 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 51 - Forks: 2

CBGonzalez/Core3Intrinsics-Intro
Taking the new `System.Runtime.Intrinsics` namespace for a spin
Language: C# - Size: 74.2 KB - Last synced at: 6 days ago - Pushed at: over 5 years ago - Stars: 32 - Forks: 2

ecoAPM/BenchmarkMockNet
Using BenchmarkDotNet to compare .NET mocking library performance
Language: C# - Size: 186 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 22 - Forks: 4

samuel-oldra/Agenda.API
🟣 C# e .NET 8
Language: C# - Size: 290 KB - Last synced at: 22 days ago - Pushed at: 6 months ago - Stars: 14 - Forks: 1

lahma/BenchmarkDotNet.ResultDiff
Language: C# - Size: 11.7 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 3

OudomMunint/Benchmark
A .Net Core 9.0 console application written in C# that displays your system specs then lets you run various performance testing benchmarks to evaluate CPU, Memory & IO performance.
Language: C# - Size: 4.52 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 6 - Forks: 0

martincostello/benchmarkdotnet-results-publisher
A GitHub Action that publishes results from BenchmarkDotNet benchmarks to a GitHub repository
Language: TypeScript - Size: 3.38 MB - Last synced at: 5 days ago - Pushed at: 10 days ago - Stars: 4 - Forks: 0

yakivyusin/BenchmarkDotNet2Highcharts
Exporter to interactive charts (uses Highcharts) for BenchmarkDotNet.
Language: C# - Size: 47.9 KB - Last synced at: 28 days ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

martincostello/benchmarks-demo
Demonstrates continuous benchmarking in GitHub Actions using BenchmarkDotNet
Language: C# - Size: 118 KB - Last synced at: 5 days ago - Pushed at: 15 days ago - Stars: 2 - Forks: 0

pferreirafabricio/dotnet-performance
⚡ Testing some performance aspects of C# and .NET
Language: C# - Size: 21.5 KB - Last synced at: 6 days ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

catalyst-network/dotnet-crypto-benchmarking
Project to benchmark different c# crypto libraries and curves including NSec && SecpK1 wrapped && BouncyCastle
Language: C# - Size: 31.3 KB - Last synced at: 12 months ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 1

catalyst-network/dotnet-cipher-stream-benchmarking
Project to benchmark different .Net based cipher streams
Language: C# - Size: 30.3 KB - Last synced at: 12 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 2

windperson/DemoAspNetCoreMacroBenchmark
Doing macro benchmark using BenchmarkDotNet on ASP.NET Core Web API, gRPC, Orleans services
Language: C# - Size: 5.14 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

ketanpkolte/BenchmarkDotNet.Analyzer
Roslyn analyzers for BenchmarkDotNet
Language: PowerShell - Size: 41 KB - Last synced at: 17 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

samuel-lucas6/benchmark-argon2-dotnet
Benchmark Argon2 in Libsodium, Monocypher, Konscious.Security.Cryptography, and/or Isopoh.Cryptography using BenchmarkDotNet to find suitable parameters.
Language: C# - Size: 14.6 KB - Last synced at: about 13 hours ago - Pushed at: 12 months ago - Stars: 1 - Forks: 2

MarcusOtter/interesting-dotnet-benchmarks 📦
A collection of interesting .NET benchmarks to clear up common performance-related misconceptions.
Language: C# - Size: 28.3 KB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

hamdiChehdi/Benchmarking
performance comparison between List Orderby and Sort
Language: C# - Size: 91.8 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

Ackara/VBench
An graphical HTML exporter for BenchmarkDotNet.
Language: HTML - Size: 1.65 MB - Last synced at: about 1 month ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

zHaytam/InstanciateBenchmarks
Benchmarking a couple of ways to instanciate an object at runtime using only its Type
Language: C# - Size: 5.86 KB - Last synced at: 19 days ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

chrishoy/BenchmarksBasicsDotNet9
Simple benchmarking, DotNet 9 using BenchmarkDotnet
Language: C# - Size: 11.7 KB - Last synced at: 5 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

soenneker/soenneker.tests.benchmark
An abstract class for benchmarking tests in .NET, integrating BenchmarkDotNet with Xunit's output helper and providing a method to log benchmark summaries asynchronously.
Language: C# - Size: 44.9 KB - Last synced at: 2 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

soenneker/soenneker.benchmarking.extensions.summary
Providing helper methods for BenchmarkDotNet's Summary object.
Language: C# - Size: 37.1 KB - Last synced at: 4 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

leandromtr/DemoFeatures
A project that aims to be a code repository from own development or based on tutorials practiced by the author, which may be useful for future implementations and uses.
Language: C# - Size: 885 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

windperson/DemoMultipleNugetVersionBenchmark
Use BenchmarkDotNet and Microsoft Crank to compare Object to JSON serialization
Language: C# - Size: 645 KB - Last synced at: 26 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

cesarrrguez/Benchmarking
Benchmarking tests
Language: C# - Size: 43 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

windperson/YieldReturnPerformanceCompare
BenchamrkDotNet performance tests of various C# yield statement with some other normal syntax
Language: C# - Size: 150 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

windperson/DemoAspNetCoreBenchmark
Benchmarks for ASP.NET Core projects
Language: C# - Size: 213 KB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

windperson/DemoWpfAppBDN
Demo using BenchmarkDotNet to benchmark WPF custom UI
Language: C# - Size: 3.34 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

windperson/SpanPerformanceCompare
Benchmarks about various C# Span<T> & Memory<T> usage
Language: C# - Size: 19.5 KB - Last synced at: 26 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

BitMiracle/NativeAotBenchmarks
Benchmarking .NET Native AOT code
Language: C# - Size: 10 MB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

mawosoft/Mawosoft.Extensions.BenchmarkDotNet
An extensions library for BenchmarkDotNet
Language: C# - Size: 744 KB - Last synced at: 5 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Robakuuu/RpiOpenCvBenchmark
This is ready to run benchmark test for OpenCV in C# on Raspberry Pi 4/5, based on BenchmarkDotNet.
Language: C# - Size: 816 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

aimenux/QuickBenchsDemo
Quick benchmarks for various things encountered in my dev journey
Language: C# - Size: 25.4 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

aimenux/ValueObjectsBenchDemo
Benchmarking various ways of creating value objects
Language: C# - Size: 27.3 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

DamirsCorner/20240412-dotnet-regex-performance
Sample project for 'Performance comparison of Regex in .NET' blogpost
Language: C# - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

nikouu/HttpClientBenchmarking
Benchmarking different ways C#'s HttpClient is used for GET calls so we can all better understand performance and use cases in .NET 8.
Language: HTML - Size: 1.29 MB - Last synced at: about 9 hours ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

aimenux/BenchmarkDotNetDemo
Exploring benchmarking ways using BenchmarkDotNet
Language: C# - Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

alexbel83/CSharpBenchmarkDotNetExamples
Examples of using BenchmarkDotNet
Language: C# - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

DanStevens/BenchmarkingWpfClassLibrary
Using BenchmarkDotNet to benchmark a multi-targeted WPF Class Library
Language: C# - Size: 5.86 KB - Last synced at: 11 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

yakivyusin/BenchmarkCmp
Benchmarks comparison tool
Language: C# - Size: 63.5 KB - Last synced at: 2 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

mask2011/automapping-performance
Automapping libraries performance tests using BenchmarkDotNet
Language: C# - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

czubamich/AdventOfCode_2022
Language: C# - Size: 84 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

HammerheadShark666/benchmark-parallel-for-console
Benchmark .Net example, using different loop types.
Language: C# - Size: 555 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mmmcaffeine/dojo
Where I come to keep my C# sharp! An area where I can practice my skills, learn new libraries, try coding challenges, play with non-obvious solutions to a problem, examine performance and optimisations, experiment with language features I might not otherwise make use of, and generally push the limits of what I can do with the language.
Language: C# - Size: 1010 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

pedrogfleming/CSharp-Benchmarking-Perfomance-Tests
Code snippets testing performance of .Net features using Benchmark.dotnet.core
Language: C# - Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

darkato42/BenchmarkDotNet.Demo
.Net Interactive Notebook for BenchmarkDotNet Demos
Language: Jupyter Notebook - Size: 21.5 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

samjones00/benchmark-example
BenchmarkDotnet Example
Language: C# - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

jakdaniel/NlogSerilogDotnetBenchmark
Nlog vs Serilog dotnet Benchmark
Language: C# - Size: 56.6 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

QuarkChiang/sql-benchmark
#sql #sqlite #benchmark
Language: C# - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

aimenux/BinarySerializationBenchDemo
Benchmarking various ways of binary serialization / deserialization
Language: C# - Size: 20.5 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

zetroot/CartesianExplosion
Language: C# - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

aimenux/TestDomeKatas
Some katas from test dome website
Language: C# - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

aimenux/CodingGameKatas
Some katas from coding game website
Language: C# - Size: 17.6 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 2

rdw100/benchmark
The Benchmark demonstration project was created using Visual Studio 2019 16.8.4, .NET 5, & Benchmark.Net v0.12.1. The objective is to demonstrate Benchmark.Net in a .NET 5 application using String and StringBuilder concatenation.
Language: C# - Size: 546 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

aimenux/DynamicMethodBenchDemo
Benchmarking various ways of dynamically invoking methods
Language: C# - Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

aimenux/LastItemBenchDemo
Benchmarking various ways to get last collection item
Language: C# - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

aimenux/ArrayLookupsBenchDemo
Benchmarking various ways for array lookups
Language: C# - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

aimenux/JavascriptMinifierBenchDemo
Benchmarking some javascript minification ways
Language: C# - Size: 15.6 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

aimenux/StringConcatenationBenchDemo
Benchmarking some string concatenation ways
Language: C# - Size: 17.6 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

rmlfernandes/users-service
Explore the usage of .NET 5, gRPC and compare both using BenchmarkDotNet.
Language: C# - Size: 17.6 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

linys2333/PerformanceTest
使用BenchmarkDotNet写的性能测试程序
Language: C# - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

astef/benchmark-dotnet-boxing
Benchmark of the real overhead (including GC) of the value types boxing compared to direct serialization into the byte array.
Language: C# - Size: 13.7 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

EduardoLarios/LambdaBenchmarks
Benchmarks for research of functional programming interfaces in OOP at ITESM CQ
Language: C# - Size: 6.1 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

cointoss1973/BenchmarkDotNet.Sandbox
Sandbox of BenchmarkDotNet library
Language: C# - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FkLaagom/AdventOfCode2019
C# Solutions, Benchmarks & Tests for AOC 2019
Language: C# - Size: 37.1 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

idormenco/Benchmarking
Examples on how to do benchmarks in .Net
Language: C# - Size: 35.2 KB - Last synced at: 12 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

MatthiWare/EFCore.Tutorial
Entity Framework Core 2.1+ Tutorial
Size: 8.79 KB - Last synced at: 12 days ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

aalee/MappersPerformance
Performance test for some mappers
Language: C# - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
