opentelemetry-dotnet/test/Benchmarks
Cijo Thomas d2c93610e8
Update to preview 8 of DiagnosticSource and associated changes - part1 (#954)
* Initial make build fix commit

* change Link public API to accept ActivityTagsCollection

* Add more SetAttribute overload to support int bool float and bool

* changelog

* Replace AddTag with SetTag in Activity

* disable a test for temporary progress

* reformat

* url fix

* Update Diagnosticourcepackage

* version fix

* ActivityTagsCollection

* console exporter fix

* one basic test

* minor
2020-08-03 11:25:24 -07:00
..
Exporter Update to preview 8 of DiagnosticSource and associated changes - part1 (#954) 2020-08-03 11:25:24 -07:00
Tracing Update to preview 8 of DiagnosticSource and associated changes - part1 (#954) 2020-08-03 11:25:24 -07:00
Benchmarks.csproj Moving benchmark to test folder (#885) 2020-07-22 17:09:28 -07:00
OpenTelemetrySdkBenchmarks.cs Provide MeterProvider to replace MeterFactory to be in sync with spec. (#919) 2020-07-24 15:27:21 -07:00
OpenTelemetrySdkBenchmarksActivity.cs Provide MeterProvider to replace MeterFactory to be in sync with spec. (#919) 2020-07-24 15:27:21 -07:00
Program.cs Moving benchmark to test folder (#885) 2020-07-22 17:09:28 -07:00
README.md Add sanity check for non-ASCII character and trailing spaces (#927) 2020-07-27 07:52:26 -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 *OpenTelemetrySdkBenchmarksActivity*