opentelemetry-dotnet/test/Benchmarks
Reiley Yang 71bb3635f5
ILogger integration - part 3 (#1328)
* extract common part

* make process/exporter generic

* update dependencies

* update all the tests and docs

* clean up

* changelog

* update readme

* prevent LogRecord to be inherited

* simplify example

* simplify the code

* revert accidental change
2020-10-07 09:55:54 -07:00
..
Exporter Jaeger/Zipkin Exporter Performance (#1274) 2020-09-22 12:41:07 -07:00
Helper Normalizing format (#1289) 2020-09-19 09:45:29 -07:00
Instrumentation Normalizing format (#1289) 2020-09-19 09:45:29 -07:00
Logs ILogger integration - part 3 (#1328) 2020-10-07 09:55:54 -07:00
Tracing ILogger integration - part 3 (#1328) 2020-10-07 09:55:54 -07:00
ActivityBenchmarks.cs Added Activity.EnumerateEvents extension (#1319) 2020-10-04 09:43:10 -07:00
Benchmarks.csproj Consolidate log and trace processor (#1322) 2020-10-06 08:24:19 -07:00
Program.cs Normalizing format (#1289) 2020-09-19 09:45:29 -07:00
README.md Consolidate Benchmarks projects (#1122) 2020-08-20 16:17:25 -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 netcoreapp3.1 --configuration Release --filter *TraceBenchmarks*