Skip to content

Commit 26e7521

Browse files
authored
removing colons for windows cloning support (#176)
Addresses #165 so that Windows users can clone this library. 1. Replaced `:` with `.` 2. Renamed the json files to use periods `.` instead of `:`
1 parent b787967 commit 26e7521

13 files changed

+2
-2
lines changed

Benchmarks/Benchmarks/TracingBenchmarks/AtrributeDSLBenchmark.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ let benchmarks = {
3333
}
3434

3535
Benchmark(
36-
"NoopTracing.attribute: set, span.attributes['http.status_code'] = 200",
36+
"NoopTracing.attribute. set, span.attributes['http.status_code'] = 200",
3737
configuration: .init(
3838
metrics: defaultMetrics,
3939
timeUnits: .nanoseconds,
@@ -46,7 +46,7 @@ let benchmarks = {
4646
}
4747

4848
Benchmark(
49-
"NoopTracing.attribute: set, span.attributes.http.status_code = 200",
49+
"NoopTracing.attribute. set, span.attributes.http.status_code = 200",
5050
configuration: .init(
5151
metrics: defaultMetrics,
5252
timeUnits: .nanoseconds,

0 commit comments

Comments
 (0)