opentelemetry-dotnet/test/Benchmarks/README.md

11 lines
290 B
Markdown

# 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:
```sh
dotnet run --framework net6.0 --configuration Release --filter *TraceBenchmarks*
```