opentelemetry-dotnet/test/Benchmarks
Cijo Thomas 7db5ec8dcb
Modify benchmarks to not use static tags (#2201)
2021-07-28 10:52:20 -07:00
..
Exporter Fix namespace for exporters (#1770) 2021-02-01 17:33:57 -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 Modify benchmarks to not use static tags (#2201) 2021-07-28 10:52:20 -07:00
Trace Updated AddLegacyActivity method name to AddLegacySource (#1860) 2021-03-09 12:42:54 -08:00
Benchmarks.csproj Remove .NET Core 2.1 from tests and CI (#2160) 2021-07-19 16:57:41 -07:00
EventSourceBenchmarks.cs Eventsource perf (#1383) 2020-10-22 15:51:01 -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*