#benchmarkdotnet 検索結果

Another milestone achieved: 2,000,000+ downloads of #BenchmarkDotNet nuget.org/packages/Bench…

andrey_akinshin's tweet image. Another milestone achieved: 2,000,000+ downloads of #BenchmarkDotNet
nuget.org/packages/Bench…

Another milestone achieved: 5000+ #BenchmarkDotNet stars on GitHub. The community of performance geeks continues to grow!

andrey_akinshin's tweet image. Another milestone achieved: 5000+ #BenchmarkDotNet stars on GitHub. The community of performance geeks continues to grow!

#BenchmarkDotNet v0.12.0 has been released! .NET Core 3.1/.NET Framework 4.8 support, command-line templates, NativeMemoryProfiler, ThreadingDiagnoser, LINQPad 6 support, fast documentation search, and tons of other improvements! benchmarkdotnet.org/changelog/v0.1…

andrey_akinshin's tweet image. #BenchmarkDotNet v0.12.0 has been released!
.NET Core 3.1/.NET Framework 4.8 support, command-line templates, NativeMemoryProfiler, ThreadingDiagnoser, LINQPad 6 support, fast documentation search, and tons of other improvements!
benchmarkdotnet.org/changelog/v0.1…
andrey_akinshin's tweet image. #BenchmarkDotNet v0.12.0 has been released!
.NET Core 3.1/.NET Framework 4.8 support, command-line templates, NativeMemoryProfiler, ThreadingDiagnoser, LINQPad 6 support, fast documentation search, and tons of other improvements!
benchmarkdotnet.org/changelog/v0.1…
andrey_akinshin's tweet image. #BenchmarkDotNet v0.12.0 has been released!
.NET Core 3.1/.NET Framework 4.8 support, command-line templates, NativeMemoryProfiler, ThreadingDiagnoser, LINQPad 6 support, fast documentation search, and tons of other improvements!
benchmarkdotnet.org/changelog/v0.1…

#BenchmarkDotNet v0.13.0 has been released! Now we support .NET 5, .NET 6, snap, single-file deployment, Xamarin & WASM apps, Mono AOT, and more! Of course, the new version also includes some nice features and dozens of bug fixes. benchmarkdotnet.org/changelog/v0.1…

andrey_akinshin's tweet image. #BenchmarkDotNet v0.13.0 has been released!
Now we support .NET 5, .NET 6, snap, single-file deployment, Xamarin & WASM apps, Mono AOT, and more! Of course, the new version also includes some nice features and dozens of bug fixes.
benchmarkdotnet.org/changelog/v0.1…
andrey_akinshin's tweet image. #BenchmarkDotNet v0.13.0 has been released!
Now we support .NET 5, .NET 6, snap, single-file deployment, Xamarin & WASM apps, Mono AOT, and more! Of course, the new version also includes some nice features and dozens of bug fixes.
benchmarkdotnet.org/changelog/v0.1…
andrey_akinshin's tweet image. #BenchmarkDotNet v0.13.0 has been released!
Now we support .NET 5, .NET 6, snap, single-file deployment, Xamarin & WASM apps, Mono AOT, and more! Of course, the new version also includes some nice features and dozens of bug fixes.
benchmarkdotnet.org/changelog/v0.1…

I just realized that #BenchmarkDotNet has hit 4k stars on GitHub! Who wants to become the 100th contributor and make it even better?

SitnikAdam's tweet image. I just realized that #BenchmarkDotNet has hit 4k stars on GitHub! Who wants to become the 100th contributor and make it even better?

Performance-testing with the industrial-grade #BenchmarkDotNet in LINQPad is now as simple as selecting your code and pressing Ctrl+Shift+B. Full integration, with customizable real-time output! linqpad.net/linqpad7.aspx#…

linqpad's tweet image. Performance-testing with the industrial-grade #BenchmarkDotNet in LINQPad is now as simple as selecting your code and pressing Ctrl+Shift+B. Full integration, with customizable real-time output! linqpad.net/linqpad7.aspx#…

#BenchmarkDotNet v0.12.1 has been released! .NET 5 support, #Perfolizer adoption, cross-platform disassembler, EventPipe-based cross-platform profiler, new fluent API, ref readonly support, and dozens of bug fixes! benchmarkdotnet.org/changelog/v0.1…

andrey_akinshin's tweet image. #BenchmarkDotNet v0.12.1 has been released!
.NET 5 support, #Perfolizer adoption, cross-platform disassembler, EventPipe-based cross-platform profiler, new fluent API, ref readonly support, and dozens of bug fixes!
benchmarkdotnet.org/changelog/v0.1…

I realized that #BenchmarkDotNet supports multiple runtimes, so I tried to put .NET Core 2.1 against .NET Core 3.1 - I was expecting an improvement but I have to say I'm really amazed at these results. I'm getting over *twice* the performance! Mad props to the @dotnet team! 👏

SergioPedri's tweet image. I realized that #BenchmarkDotNet supports multiple runtimes, so I tried to put .NET Core 2.1 against .NET Core 3.1 - I was expecting an improvement but I have to say I'm really amazed at these results.
I'm getting over *twice* the performance!
Mad props to the @dotnet team! 👏

So, which one do you you think runs under mono-wasm AOT ? #dotnet #benchmarkdotnet #webassembly

jlaban's tweet image. So, which one do you you think runs under mono-wasm AOT ? #dotnet #benchmarkdotnet #webassembly
jlaban's tweet image. So, which one do you you think runs under mono-wasm AOT ? #dotnet #benchmarkdotnet #webassembly

#BenchmarkDotNet v0.13.3 has been released! Added arm64 disassembler; introduced support for .NET 8 (initial), NET 6/7 MonoVM, Armv6/Ppc64le; improved support for WASM/NativeAOT/Android; many new features and bug fixes! Huge thanks to all the contributors! benchmarkdotnet.org/changelog/v0.1…

andrey_akinshin's tweet image. #BenchmarkDotNet v0.13.3 has been released!
Added arm64 disassembler; introduced support for .NET 8 (initial), NET 6/7 MonoVM, Armv6/Ppc64le; improved support for WASM/NativeAOT/Android; many new features and bug fixes!
Huge thanks to all the contributors!
benchmarkdotnet.org/changelog/v0.1…

#BenchmarkDotNet v0.13.2 has been released! .NET 7/.NET Framework 4.8.1/NativeAOT support, cool new features, and dozens of bug fixes! benchmarkdotnet.org/changelog/v0.1…

andrey_akinshin's tweet image. #BenchmarkDotNet v0.13.2 has been released!
.NET 7/.NET Framework 4.8.1/NativeAOT support, cool new features, and dozens of bug fixes!
benchmarkdotnet.org/changelog/v0.1…

When I write code that is #perf sensitive, I never guess, or try to be smart without numbers. I simply use #BenchmarkDotNet + a txt file to measure it each time I change something. It’s nice to see how the code evolves. CollectAllMetrics2X from 27K to 5K and I’m not done yet ;)

gregkalapos's tweet image. When I write code that is #perf sensitive, I never guess, or try to be smart without numbers. I simply use #BenchmarkDotNet + a txt file to measure it each time I change something. It’s nice to see how the code evolves. CollectAllMetrics2X from 27K to 5K and I’m not done yet ;)

It's pretty awesome to have these sorts of daily benchmark runs to detect performance regressions and validate performance improvements. #BenchmarkDotNet rocks!

dotMorten's tweet image. It's pretty awesome to have these sorts of daily benchmark runs to detect performance regressions and validate performance improvements. #BenchmarkDotNet rocks!
dotMorten's tweet image. It's pretty awesome to have these sorts of daily benchmark runs to detect performance regressions and validate performance improvements. #BenchmarkDotNet rocks!

Did you know that #BenchmarkDotNet exposes really easy to use APIs for exposing the hardware information for the running environment? It's so super useful! #dotnet

James_M_South's tweet image. Did you know that #BenchmarkDotNet exposes really easy to use APIs for exposing the hardware information for the running environment? It's so super useful!

#dotnet

Want to make your .NET code faster? 🚀 Benchmarking is key! Learn how to measure performance, catch bottlenecks, and optimize your code using BenchmarkDotNet & Spargine. Don't ship slow code! ⚡ dotnettips.wordpress.com/2022/11/28/ben… #dotNET #Benchmarking #BenchmarkDotNet #MVPBuzz


Novo vídeo no Canal .NET -> Entity Framework Core, Dapper, ADO: qual o mais rápido com .NET 9 e SQL Server 2025? -- Link: youtu.be/rh7FBG7nWeY C/ @dirceuresende #dotnet #benchmarkdotnet #sqlserver #dotnet9 #entityframework #dapper #ado #data #sql #azurepipelines

RenatoGroff's tweet image. Novo vídeo no Canal .NET -> Entity Framework Core, Dapper, ADO: qual o mais rápido com .NET 9 e SQL Server 2025? -- Link: youtu.be/rh7FBG7nWeY 

C/ @dirceuresende 

#dotnet #benchmarkdotnet #sqlserver #dotnet9 #entityframework #dapper #ado #data #sql #azurepipelines

Not sure why I only discovered this learn.microsoft.com/en-us/visualst… - with the very long named package "Microsoft.VisualStudio.DiagnosticsHub.BenchmarkDotNetDiagnosers" for #benchmarkdotnet makes analyzing bottlenecks so much quicker. #dotnet


Novo vídeo no Canal .NET -> Entity Framework Core, Dapper, ADONET: o que seria mais rápido com .NET 9 e PostgreSQL? -- Link: youtube.com/watch?v=thm_Jg… C/ @dirceuresende #dotnet #benchmarkdotnet #postgresql #performance #dotnet9 #entityframework #dapper #adonet #data #sql

RenatoGroff's tweet image. Novo vídeo no Canal .NET -> Entity Framework Core, Dapper, ADONET: o que seria mais rápido com .NET 9 e PostgreSQL? -- Link: youtube.com/watch?v=thm_Jg…

C/ @dirceuresende 

#dotnet #benchmarkdotnet #postgresql #performance #dotnet9 #entityframework #dapper #adonet #data #sql

Novo vídeo no Canal .NET -> Entity Framework Core, Dapper, ADO: o que seria mais rápido com .NET 9 e SQL Server? -- Link: youtube.com/watch?v=3r3esz… C/ @diegoonazure @alemalavasi #dotnet #benchmarkdotnet #sqlserver #performance #dotnet9 #entityframework #dapper

RenatoGroff's tweet image. Novo vídeo no Canal .NET -> Entity Framework Core, Dapper, ADO: o que seria mais rápido com .NET 9 e SQL Server? -- Link: youtube.com/watch?v=3r3esz…

C/ @diegoonazure @alemalavasi

#dotnet #benchmarkdotnet #sqlserver #performance #dotnet9 #entityframework #dapper

📢 Dataverse: Benchmark ExecuteMultiple Request SDK vs WebApi call Comparing ExecuteMultipleRequest using SDK call vs WebAPI call! temmyraharjo.wordpress.com/2025/03/22/dat… #dataverse #microsoft #benchmarkdotnet #benchmark #performance #dynamicscrm #dynamicscrm365


Another milestone achieved: 2,000,000+ downloads of #BenchmarkDotNet nuget.org/packages/Bench…

andrey_akinshin's tweet image. Another milestone achieved: 2,000,000+ downloads of #BenchmarkDotNet
nuget.org/packages/Bench…

🎉 GitHub Discussions are now available for #BenchmarkDotNet github.com/dotnet/Benchma…

BenchmarkDotNet's tweet image. 🎉 GitHub Discussions are now available for #BenchmarkDotNet
github.com/dotnet/Benchma…

Another milestone achieved: 5000+ #BenchmarkDotNet stars on GitHub. The community of performance geeks continues to grow!

andrey_akinshin's tweet image. Another milestone achieved: 5000+ #BenchmarkDotNet stars on GitHub. The community of performance geeks continues to grow!

#BenchmarkDotNet v0.11.4 has been released! .NET Core Global Tool for benchmarking, ARM support, new shiny InProcessEmitToolchain, tons of bug fixes and improvements! benchmarkdotnet.org/changelog/v0.1…

andrey_akinshin's tweet image. #BenchmarkDotNet v0.11.4 has been released!
.NET Core Global Tool for benchmarking, ARM support, new shiny InProcessEmitToolchain, tons of bug fixes and improvements!
benchmarkdotnet.org/changelog/v0.1…

#BenchmarkDotNet v0.12.0 has been released! .NET Core 3.1/.NET Framework 4.8 support, command-line templates, NativeMemoryProfiler, ThreadingDiagnoser, LINQPad 6 support, fast documentation search, and tons of other improvements! benchmarkdotnet.org/changelog/v0.1…

andrey_akinshin's tweet image. #BenchmarkDotNet v0.12.0 has been released!
.NET Core 3.1/.NET Framework 4.8 support, command-line templates, NativeMemoryProfiler, ThreadingDiagnoser, LINQPad 6 support, fast documentation search, and tons of other improvements!
benchmarkdotnet.org/changelog/v0.1…
andrey_akinshin's tweet image. #BenchmarkDotNet v0.12.0 has been released!
.NET Core 3.1/.NET Framework 4.8 support, command-line templates, NativeMemoryProfiler, ThreadingDiagnoser, LINQPad 6 support, fast documentation search, and tons of other improvements!
benchmarkdotnet.org/changelog/v0.1…
andrey_akinshin's tweet image. #BenchmarkDotNet v0.12.0 has been released!
.NET Core 3.1/.NET Framework 4.8 support, command-line templates, NativeMemoryProfiler, ThreadingDiagnoser, LINQPad 6 support, fast documentation search, and tons of other improvements!
benchmarkdotnet.org/changelog/v0.1…

#BenchmarkDotNet v0.13.0 has been released! Now we support .NET 5, .NET 6, snap, single-file deployment, Xamarin & WASM apps, Mono AOT, and more! Of course, the new version also includes some nice features and dozens of bug fixes. benchmarkdotnet.org/changelog/v0.1…

andrey_akinshin's tweet image. #BenchmarkDotNet v0.13.0 has been released!
Now we support .NET 5, .NET 6, snap, single-file deployment, Xamarin & WASM apps, Mono AOT, and more! Of course, the new version also includes some nice features and dozens of bug fixes.
benchmarkdotnet.org/changelog/v0.1…
andrey_akinshin's tweet image. #BenchmarkDotNet v0.13.0 has been released!
Now we support .NET 5, .NET 6, snap, single-file deployment, Xamarin & WASM apps, Mono AOT, and more! Of course, the new version also includes some nice features and dozens of bug fixes.
benchmarkdotnet.org/changelog/v0.1…
andrey_akinshin's tweet image. #BenchmarkDotNet v0.13.0 has been released!
Now we support .NET 5, .NET 6, snap, single-file deployment, Xamarin & WASM apps, Mono AOT, and more! Of course, the new version also includes some nice features and dozens of bug fixes.
benchmarkdotnet.org/changelog/v0.1…

It's only four days before the "BenchmarkDotNet: State of the art" talk by @andrey_akinshin and @SitnikAdam at @TechoramaBE Don't miss it! #techorama #benchmarkdotnet techorama.be/agenda/session…

BenchmarkDotNet's tweet image. It's only four days before the "BenchmarkDotNet: State of the art" talk by @andrey_akinshin and @SitnikAdam  at @TechoramaBE Don't miss it!
#techorama #benchmarkdotnet
techorama.be/agenda/session…

I realized that #BenchmarkDotNet supports multiple runtimes, so I tried to put .NET Core 2.1 against .NET Core 3.1 - I was expecting an improvement but I have to say I'm really amazed at these results. I'm getting over *twice* the performance! Mad props to the @dotnet team! 👏

SergioPedri's tweet image. I realized that #BenchmarkDotNet supports multiple runtimes, so I tried to put .NET Core 2.1 against .NET Core 3.1 - I was expecting an improvement but I have to say I'm really amazed at these results.
I'm getting over *twice* the performance!
Mad props to the @dotnet team! 👏

#BenchmarkDotNet was included in the "Top 11 .NET Libraries Every Developer Should Know" by @CsharpCorner c-sharpcorner.com/article/top-11…

BenchmarkDotNet's tweet image. #BenchmarkDotNet was included in the "Top 11 .NET Libraries Every Developer Should Know" by @CsharpCorner 
c-sharpcorner.com/article/top-11…

So, which one do you you think runs under mono-wasm AOT ? #dotnet #benchmarkdotnet #webassembly

jlaban's tweet image. So, which one do you you think runs under mono-wasm AOT ? #dotnet #benchmarkdotnet #webassembly
jlaban's tweet image. So, which one do you you think runs under mono-wasm AOT ? #dotnet #benchmarkdotnet #webassembly

In a few weeks, @andrey_akinshin and @SitnikAdam will present a talk "BenchmarkDotNet: State of the art" at @TechoramaBE #techorama #benchmarkdotnet techorama.be/agenda/session…

BenchmarkDotNet's tweet image. In a few weeks, @andrey_akinshin and @SitnikAdam will present a talk "BenchmarkDotNet: State of the art" at @TechoramaBE #techorama #benchmarkdotnet
techorama.be/agenda/session…

This is pretty cool! There's a Visual Studio extension to explore and run #BenchmarkDotNet benchmarks github.com/dotnet/Benchma…

matthewwarren's tweet image. This is pretty cool! There's a Visual Studio extension to explore and run #BenchmarkDotNet benchmarks github.com/dotnet/Benchma…

Performance-testing with the industrial-grade #BenchmarkDotNet in LINQPad is now as simple as selecting your code and pressing Ctrl+Shift+B. Full integration, with customizable real-time output! linqpad.net/linqpad7.aspx#…

linqpad's tweet image. Performance-testing with the industrial-grade #BenchmarkDotNet in LINQPad is now as simple as selecting your code and pressing Ctrl+Shift+B. Full integration, with customizable real-time output! linqpad.net/linqpad7.aspx#…

Loading...

Something went wrong.


Something went wrong.


United States Trends