Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dotnet
/
BenchmarkDotNet
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
11.5k
Code
Issues
136
Pull requests
37
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Changed diagnosers flow, reduced heap allocations in Engine to 0
- #277
#277
Merged
adamsitnik
merged 11 commits into
master
dotnet/BenchmarkDotNet:master
from
diagnosersFlow
dotnet/BenchmarkDotNet:diagnosersFlow
Copy head branch name to clipboard
Oct 15, 2016
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Changed diagnosers flow, reduced heap allocations in Engine to 0
#277
adamsitnik
merged 11 commits into
master
dotnet/BenchmarkDotNet:master
from
diagnosersFlow
dotnet/BenchmarkDotNet:diagnosersFlow
Copy head branch name to clipboard
Commits
Commits on Oct 5, 2016
changed diagnosers flow, possibility to hook up before jitting, after setup and after run
adamsitnik
committed
8d65fe2
View commit details
Copy full SHA for 8d65fe2
Browse repository at this point
Commits on Oct 6, 2016
added predefined attributes for diagnosers
adamsitnik
committed
f346ffa
View commit details
Copy full SHA for f346ffa
Browse repository at this point
Commits on Oct 7, 2016
reduce memory allocated by Engine during run to increase MemoryDiagnoser accuracy
adamsitnik
committed
376bd86
View commit details
Copy full SHA for 376bd86
Browse repository at this point
display results when runing when no diagnoser is attached
adamsitnik
committed
b5ab556
View commit details
Copy full SHA for b5ab556
Browse repository at this point
Commits on Oct 8, 2016
preload all settings in ctors, introduced IEngineFactory
adamsitnik
committed
4070a1c
View commit details
Copy full SHA for 4070a1c
Browse repository at this point
make Engine use InvocationCount
adamsitnik
committed
2f0df72
View commit details
Copy full SHA for 2f0df72
Browse repository at this point
Commits on Oct 9, 2016
calculate Statistics without allocations! makes the code look bad, but saves memory ;/
adamsitnik
committed
8a7a12d
View commit details
Copy full SHA for 8a7a12d
Browse repository at this point
Commits on Oct 11, 2016
remove last allocations from Engine.Run
adamsitnik
committed
d8fa70a
View commit details
Copy full SHA for d8fa70a
Browse repository at this point
perform Jitting after first Setup call, better naming, test fix
adamsitnik
committed
f2a1063
View commit details
Copy full SHA for f2a1063
Browse repository at this point
post code review changes
adamsitnik
committed
3c5e70a
View commit details
Copy full SHA for 3c5e70a
Browse repository at this point
Commits on Oct 14, 2016
possibility to define custom Engine
adamsitnik
committed
16e258e
View commit details
Copy full SHA for 16e258e
Browse repository at this point
You can’t perform that action at this time.