You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -175,7 +174,7 @@ it is included the override is necessary.
175
174
176
175
Running benchmarks is done with [benchee](https://github.com/bencheeorg/benchee). Benchmark functions are stored in modules, under `samples/`. To run them, open a rebar3 shell in the `bench` profile:
177
176
178
-
```shell
177
+
```shell
179
178
$ rebar3 as bench shell
180
179
181
180
>otel_benchmarks:run().
@@ -184,23 +183,23 @@ $ rebar3 as bench shell
184
183
If an Elixir script is wanted for the benchmarks they could be run (after
185
184
running `rebar3 as bench compile`) as follows:
186
185
187
-
```shell
186
+
```shell
188
187
$ ERL_AFLAGS="-pa ./_build/bench/extras/samples/" ERL_LIBS=_build/bench/lib/ mix run --no-mix-exs samples/run.exs
189
188
```
190
189
191
190
## W3C Trace Context Interop Tests
192
191
193
192
Start the interop web server in a shell:
194
193
195
-
```shell
194
+
```shell
196
195
$ rebar3 as interop shell
197
196
198
197
>w3c_trace_context_interop:start().
199
198
```
200
199
201
200
Then, clone the [W3C Trace Context repo](https://github.com/w3c/trace-context) and run the tests:
*Find more about the approver role in [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#approver).*
218
+
_Find more about the approver role in [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#approver)._
*Find more about the maintainer role in [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#maintainer).*
227
+
_Find more about the maintainer role in [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#maintainer)._
0 commit comments