opentelemetry-dotnet/test/Benchmarks
Cijo Thomas a5ab670e0b
Rename GetCounterSum to GetSum (#2702)
2021-11-29 11:47:22 -08:00
..
Exporter JaegerExporter: binary thrift over http (#2574) 2021-11-16 11:44:10 -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 Rename GetCounterSum to GetSum (#2702) 2021-11-29 11:47:22 -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*