Skip to content

Commit

Permalink
Readme for Metric stress test (#2650)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Nov 23, 2021
1 parent f7d3227 commit ec67afe
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
7 changes: 5 additions & 2 deletions test/Benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ Use the following example to run Benchmarks from command line:

Navigate to `./test/Benchmarks` directory and run the following command:

`dotnet run --framework netcoreapp3.1 --configuration Release --filter
*TraceBenchmarks*`
<!-- markdownlint-disable MD013 -->
```sh
dotnet run --framework netcoreapp3.1 --configuration Release --filter *TraceBenchmarks*
```
<!-- markdownlint-enable MD013 -->
3 changes: 0 additions & 3 deletions test/OpenTelemetry.Tests.Stress.Metrics/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@
// </copyright>

using System;
using System.Diagnostics;
using System.Diagnostics.Metrics;
using System.Runtime.CompilerServices;
using System.Threading;
using OpenTelemetry;
using OpenTelemetry.Metrics;
using OpenTelemetry.Tests;

namespace OpenTelemetry.Tests.Stress;

Expand Down
14 changes: 14 additions & 0 deletions test/OpenTelemetry.Tests.Stress.Metrics/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# OpenTelemetry Stress Tests for Metrics

This is Stress Test specifically for Metrics SDK, and is
based on the [OpenTelemetry.Tests.Stress](../OpenTelemetry.Tests.Stress/README.md).

* [Running the stress test](#running-the-stress-test)

## Running the stress test

Open a console, run the following command from the current folder:

```sh
dotnet run --framework net6.0 --configuration Release
```

0 comments on commit ec67afe

Please sign in to comment.