opentelemetry-dotnet/test/Benchmarks
Alan West 89a740e20a
MetricReader TemporalityPreference (#3153)
2022-04-12 13:00:04 -07:00
..
Exporter Fix analyzers (#3053) 2022-04-01 07:46:32 -07:00
Helper Fix analyzers (#3053) 2022-04-01 07:46:32 -07:00
Instrumentation Fix IDE0090: 'new' expression can be simplified. (#3012) 2022-03-10 08:57:53 -08:00
Logs Fix IDE0090: 'new' expression can be simplified. (#3012) 2022-03-10 08:57:53 -08:00
Metrics MetricReader TemporalityPreference (#3153) 2022-04-12 13:00:04 -07:00
Trace Fix IDE0090: 'using' statement can be simplified. (#3017) 2022-03-10 21:32:41 -08:00
Benchmarks.csproj Replace TestExporter by InMemoryExporter in MetricAPITest (#3150) 2022-04-08 06:56:06 -07: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 Documentation - allow long lines for tables and code blocks (#3049) 2022-03-15 11:36:19 -07:00
TestExporter.cs Replace TestExporter by InMemoryExporter in MetricAPITest (#3150) 2022-04-08 06:56:06 -07: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 net6.0 --configuration Release --filter *TraceBenchmarks*