opentelemetry-dotnet/test/Benchmarks
Utkarsh Umesan Pillai 87f66d3845
Remove unnecessary using statements (#2727)
2021-12-14 12:56:18 -08:00
..
Exporter Remove unnecessary using statements (#2727) 2021-12-14 12:56:18 -08:00
Helper Organizing benchmark project (#1384) 2020-10-22 08:22:14 -07:00
Instrumentation ResourceBuilder API (#1533) 2020-11-17 06:55:09 -08:00
Logs Logs: Scope improvements (#2026) 2021-05-06 10:12:43 -07:00
Metrics Make MetricPoint access from MetricPointAccessor readonly (#2736) 2021-12-14 07:48:57 -08:00
Trace Add basic wildcard support for listening to legacy activities. (#2444) 2021-10-04 13:42:49 -07:00
Benchmarks.csproj Avoid alias for InMemoryExporter (#2609) 2021-11-15 09:49:16 -08:00
EventSourceBenchmarks.cs Eventsource perf (#1383) 2020-10-22 15:51:01 -07:00
Program.cs Prometheus: Benchmarks + Performance Improvements (#2471) 2021-10-14 10:30:18 -07:00
README.md Readme for Metric stress test (#2650) 2021-11-22 20:54:30 -08:00

README.md

OpenTelemetry Benchmarks

Use the following example to run Benchmarks from command line: (change parameters as necessary)

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

dotnet run --framework netcoreapp3.1 --configuration Release --filter *TraceBenchmarks*