وبینار بررسی روش‌ها و ابزارهای بنچمارکینگ کد
200, OK
https://docs.google.com/forms/d/e/1FAIpQLSdj3wq9JINxkMDPkspsZsoEjkRW639t1dcnf0J_ITszGp7M2g/viewform?usp=send_form icon

این ایونت «احتمالا» بخش اول سری بنچمارکینگ است، قصد دارم اهمیت و نکات بنچمارکینگ رو مرور کنیم و در بخش اول، روی دات‌نت و اس‌کیوال سرور کار خواهیم کرد و اگر استقبال بشه، در بخش دوم روی روی لایبری‌های گو کار کنیم.

کانال تلگرام

اضافه کردن به تقویم گوگل

لینک گوگل میت

یکشنبه ۱۸ شهریور/ ۸ سپتامبر

ساعت ۶:۳۰ (به وقت تهران)، مدت: ۱ ساعت

وبینار بررسی روش‌ها و ابزارهای بنچمارکینگ کد
معرفی Web Framework Benchmarks
200, OK
https://github.com/the-benchmarker/web-frameworks icon

In case you are curious, a new benchmark appeared. The benchmark is really simple at present, but I think their plans are to increase the complexity over time to show a more real-world use case than something like the TechEmpower benchmarks which are typically optimized for performance.

معرفی Web Framework Benchmarks
بررسی کارآیی کدهای NET. با BenchmarkDotNet و افزونه‌ی EtwProfiler آن
200, OK
https://adamsitnik.com/ETW-Profiler/ icon

EtwProfiler is the new diagnoser for BenchmarkDotNet that I have just finished. It’s going to be released as part of 0.11.2. Soon! It allows to profile the benchmarked .NET code on Windows and exports the data to a trace file which can be opened with PerfView or Windows Performance Analyzer. 

بررسی کارآیی کدهای NET. با BenchmarkDotNet و افزونه‌ی EtwProfiler آن
BenchmarkDotNet v0.10.13 منتشر شد
301, MovedPermanently
http://aakinshin.net/blog/post/bdn-v0_10_13/ icon

BenchmarkDotNet v0.10.13 has been released! This release includes:

  • Mono Support for DisassemblyDiagnoser: Now you can easily get an assembly listing not only on .NET Framework/.NET Core, but also on Mono. It works on Linux, macOS, and Windows (Windows requires installed cygwin with obj and as). (See #541)
  • Support ANY CoreFX and CoreCLR builds: BenchmarkDotNet allows the users to run their benchmarks against ANY CoreCLR and CoreFX builds. You can compare your local build vs MyGet feed or Debug vs Release or one version vs another. (See #651)
  • C# 7.2 support (See #643)
  • .NET 4.7.1 support (See 28aa94)
  • Support Visual Basic project files (.vbroj) targeting .NET Core (See #626)
  • DisassemblyDiagnoser now supports generic types (See #640)
  • Now it's possible to benchmark both Mono and .NET Core from the same app (See #653)
  • Many bug fixes (See details below) 
BenchmarkDotNet v0.10.13 منتشر شد