Explore tweets tagged as #BenchmarkDotNet
@adamchester
Adam Chester
2 years
Awesome feature @linqpad - just hightlight the code and press CTRL+SHIFT+B to benchmark with BenchmarkDotNet
Tweet media one
4
40
219
@andrey_akinshin
Andrey Akinshin
2 years
#BenchmarkDotNet v0.13.5 has been released!.
Tweet media one
1
9
44
@BenchmarkDotNet
BenchmarkDotNet
2 years
BenchmarkDotNet v0.13.12 has been released!.With the help of our new TestAdapter, you can run benchmarks directly from your favorite IDE! It's the initial version of the adapter, so we will be happy to hear your feedback.
Tweet media one
3
33
126
@BenchmarkDotNet
BenchmarkDotNet
1 year
🎉Another milestone has been achieved: 10K+ GitHub Stars!
Tweet media one
1
1
32
@KarenPayneMVP
Karen Payne MVP
2 years
While working with EF Core 8 got side tracked taking SQL to different methods to translate the SQL below. Question of the day.Which version would you use?.(BenchmarkDotNet results are very close)
Tweet media one
9
5
76
@_neonsunset
neonsunset 🇺🇦
7 months
If you ever found scripting the charts for BenchmarkDotNet results tedious - turns out someone made an online tool you can copypaste the output to which will do it for you:
Tweet media one
1
4
17
@frenzibyte
Salman Alshamrani
1 year
today, I became benchmarkdotnet (but this is java). (spoiler: it's light years away from benchmarkdotnet but you get the point)
Tweet media one
0
0
6
@andrey_akinshin
Andrey Akinshin
2 years
After 10+ years of @BenchmarkDotNet development, I have finally got my first sponsorship! Huge thanks to AWS Open Source Software Fund!.
Tweet media one
2
29
175
@TheCodeMan__
Stefan Đokić | .NET
2 years
How do we measure performance for different .NET versions?. Let me show you 👇. "You can't improve what you don't measure." - someone once said. And he/she was right. You have all (probably) heard of BenchmarkDotNet. BenchmarkDotNet is an open-source, efficient .NET library
Tweet media one
2
7
56
@BinaryImpactG
Binary Impact
2 years
#CodingTips Ever wondered if Linq actually is slower in sorting collections of primitives in #csharp ?. Turns out it is quite a bit 😱. See our test results in a console application with BenchmarkDotNet 👇.#unitytips #gogottips #gamedev
Tweet media one
7
16
89
@Dave_DotNet
Dave Callan | dotnet
5 months
Get started with BenchmarkDotNet ⏲️. BenchmarkDotNet has become the de facto standard for performance benchmarking on #dotnet. It's super easy to get started:. 1– Install BDN from NuGet.2– Create a class to contain your methods.3– Use [Benchmark] attribute on relevant methods
Tweet media one
6
19
113
@Dave_DotNet
Dave Callan | dotnet
1 year
dotnetbenchmarks .com launched ⏲️ . Its a listing site for BenchmarkDotnet benchmarks. Once you login with GH you can add a benchmark by importing a Gist or just pasting the code in directly. It's integrated with SharpLab so the lowered code and Jit ASM should be available
Tweet media one
11
40
176
@jost0101
Matthias Jost
2 years
BenchmarkDotNet is an open-source library that makes it easy for you as a developer to create #benchmarks. The library became quite popular among #dotnet developers. New blog post: The image below shows a typical performance engineer at work😉
Tweet media one
1
3
24
@martin_costello
Martin Costello 🏳️‍🌈🇪🇺🪿
10 months
I spent far too long making this image for a talk on BenchmarkDotNet I did internally just now. 🤣
Tweet media one
1
0
4
@DirkStrauss
Dirk Strauss
2 years
Using the new Order method in .NET 7. The OrderBy method in LINQ enables the creation of a sorted copy of the input enumerable. Let's sort an array of Integers using OrderBy(x => x) and the new Order() method in .NET 7. Running the code using BenchmarkDotNet, the results speak
Tweet media one
1
1
5
@Dave_DotNet
Dave Callan | dotnet
8 months
How to have multiple baselines .in BenchmarkDotNet ? 🤔. #dotnet
Tweet media one
3
12
82
@BenchmarkDotNet
BenchmarkDotNet
1 year
New milestone: 20K+ publicly available GitHub repositories that depend on BenchmarkDotNet!.
Tweet media one
0
6
17
@mwaseemzakir
Muhammad Waseem
2 years
6 steps to calculate benchmarks in .NET ?. Follow these steps to calculate benchmarks of anything:. 1) Install Nuget Package BenchmarkDotNet. 2) Create a public class an add [MemoryDiagnoser] attribute on it. 3) Create different methods representing different scenarios and add
Tweet media one
1
2
5
@TheCodeMan__
Stefan Đokić | .NET
1 year
BenchmarkDotNet has one great feature!. You should not do a benchmark without it. "You can't improve what you don't measure." - someone once said. And he/she was right. You have all (probably) heard of BenchmarkDotNet. BenchmarkDotNet is an open-source, efficient .NET
Tweet media one
0
3
33