opentelemetry-dotnet/test/Benchmarks
Piotr Kiełkowicz dff9adeaf8
Documentation - allow long lines for tables and code blocks (#3049)
2022-03-15 11:36:19 -07:00
..
Exporter Fix IDE0090: 'new' expression can be simplified. (#3012) 2022-03-10 08:57:53 -08:00
Helper Organizing benchmark project (#1384) 2020-10-22 08:22:14 -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 Clean up metric reader options (#3038) 2022-03-15 07:20:09 -07:00
Trace Fix IDE0090: 'using' statement can be simplified. (#3017) 2022-03-10 21:32:41 -08:00
Benchmarks.csproj Improve VS Code and cross-platform dev experience (#2997) 2022-03-09 09:35:30 -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 Documentation - allow long lines for tables and code blocks (#3049) 2022-03-15 11:36:19 -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*