Skip to content

lenin-jaganathan/micrometer-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comparison of meter interactions

The following scenarios were considered,

  • No Caching and the operation is directly called on the meter fluent builder.
  • A static object is used to store the meter and operations are performed directly on it.
  • Tags are used as meter-cache key.
  • Meter.Id is used a cache-key.
  • 2 Custom objects are used as Cache keys.

For caching scenarios, the cache and cache look-up time is not covered. Instead, the object creation costs and the memory allocations are considered. We might need to simulate that also to lay down an inclusive cache.

See the below benchmark results when one meter-filter to add a common tag is added to the registry,

  1. Average Time Average Time
  2. Memory Allocation per interactionAllocation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages