opentelemetry-dotnet/test/Benchmarks
Cijo Thomas be78372696
Minor perf tweaks in Metrics (#3867)
2022-11-04 12:40:24 -04:00
..
Exporter [SDK] Support dependency injection in the GetDefaultResource API (#3798) 2022-10-21 12:33:38 -07:00
Helper Add benchmark numbers and remove invalid case (#3848) 2022-10-31 16:16:31 -04:00
Instrumentation Update aspnetcore benchmark results (#3688) 2022-09-22 13:16:06 -04:00
Logs Logs: Add log record pooling (#3385) 2022-06-30 09:33:09 -07:00
Metrics Minor perf tweaks in Metrics (#3867) 2022-11-04 12:40:24 -04:00
Trace Add benchmark numbers and remove invalid case (#3848) 2022-10-31 16:16:31 -04:00
Benchmarks.csproj Add net70 to benchmarks (#3824) 2022-10-26 18:55:46 -04:00
EventSourceBenchmarks.cs Control `MemoryDiagnoser` benchmark option via CLI instead of code (#3085) 2022-04-12 13:42:33 -07:00
Program.cs Prometheus: Benchmarks + Performance Improvements (#2471) 2021-10-14 10:30:18 -07:00
README.md Control `MemoryDiagnoser` benchmark option via CLI instead of code (#3085) 2022-04-12 13:42:33 -07:00
TestExporter.cs Replace TestExporter by InMemoryExporter in MetricAPITest (#3150) 2022-04-08 06:56:06 -07:00

README.md

OpenTelemetry Benchmarks

Navigate to ./test/Benchmarks directory and run the following command:

dotnet run -c Release -f net6.0 -- -m

How to use console arguments

  • -m enables MemoryDiagnoser and prints memory statistics
  • -f allows you to filter the benchmarks by their full name using glob patterns
    • dotnet run -c Release -f net6.0 -- -f *TraceBenchmarks*