-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Randomize test order #5831
base: master
Are you sure you want to change the base?
Randomize test order #5831
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing the following branches/commits: Execution-time benchmarks measure the whole time it takes to execute a program. And are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are shown in red. The following thresholds were used for comparing the execution times:
Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard. Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph). gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5831) - mean (69ms) : 64, 75
. : milestone, 69,
master - mean (68ms) : 66, 70
. : milestone, 68,
section CallTarget+Inlining+NGEN
This PR (5831) - mean (974ms) : 952, 997
. : milestone, 974,
master - mean (978ms) : 940, 1016
. : milestone, 978,
gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5831) - mean (107ms) : 104, 109
. : milestone, 107,
master - mean (107ms) : 105, 110
. : milestone, 107,
section CallTarget+Inlining+NGEN
This PR (5831) - mean (674ms) : 658, 690
. : milestone, 674,
master - mean (678ms) : 664, 693
. : milestone, 678,
gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5831) - mean (91ms) : 89, 93
. : milestone, 91,
master - mean (91ms) : 89, 92
. : milestone, 91,
section CallTarget+Inlining+NGEN
This PR (5831) - mean (628ms) : 609, 647
. : milestone, 628,
master - mean (631ms) : 616, 646
. : milestone, 631,
gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5831) - mean (193ms) : 190, 197
. : milestone, 193,
master - mean (194ms) : 189, 199
. : milestone, 194,
section CallTarget+Inlining+NGEN
This PR (5831) - mean (1,096ms) : 1071, 1121
. : milestone, 1096,
master - mean (1,101ms) : 1066, 1136
. : milestone, 1101,
gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5831) - mean (279ms) : 274, 283
. : milestone, 279,
master - mean (278ms) : 274, 282
. : milestone, 278,
section CallTarget+Inlining+NGEN
This PR (5831) - mean (869ms) : 836, 901
. : milestone, 869,
master - mean (875ms) : 845, 905
. : milestone, 875,
gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5831) - mean (267ms) : 263, 271
. : milestone, 267,
master - mean (267ms) : 264, 271
. : milestone, 267,
section CallTarget+Inlining+NGEN
This PR (5831) - mean (841ms) : 812, 870
. : milestone, 841,
master - mean (853ms) : 820, 887
. : milestone, 853,
|
Datadog ReportBranch report: ❌ 34 Failed (0 Known Flaky), 236230 Passed, 2045 Skipped, 18h 31m 15.8s Total Time ❌ Failed Tests (34)
|
Benchmarks Report for tracer 🐌Benchmarks for #5831 compared to master:
The following thresholds were used for comparing the benchmark speeds:
Allocation changes below 0.5% are ignored. Benchmark detailsBenchmarks.Trace.ActivityBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AgentWriterBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AspNetCoreBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark - Same speed ✔️ Fewer allocations 🎉
|
Benchmark | Base Allocated | Diff Allocated | Change | Change % |
---|---|---|---|---|
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces‑net6.0 | 41.69 KB | 41.44 KB | -253 B | -0.61% |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | WriteAndFlushEnrichedTraces |
net6.0 | 564μs | 2.82μs | 12μs | 0.558 | 0 | 0 | 41.69 KB |
master | WriteAndFlushEnrichedTraces |
netcoreapp3.1 | 662μs | 3.76μs | 27.1μs | 0.317 | 0 | 0 | 41.63 KB |
master | WriteAndFlushEnrichedTraces |
net472 | 833μs | 3.7μs | 14.3μs | 8.17 | 2.45 | 0.408 | 53.26 KB |
#5831 | WriteAndFlushEnrichedTraces |
net6.0 | 552μs | 2.82μs | 12.9μs | 0.551 | 0 | 0 | 41.44 KB |
#5831 | WriteAndFlushEnrichedTraces |
netcoreapp3.1 | 686μs | 3.49μs | 16μs | 0.342 | 0 | 0 | 41.78 KB |
#5831 | WriteAndFlushEnrichedTraces |
net472 | 849μs | 2.81μs | 10.5μs | 8.08 | 2.55 | 0.425 | 53.33 KB |
Benchmarks.Trace.DbCommandBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | ExecuteNonQuery |
net6.0 | 1.24μs | 2.94ns | 11.4ns | 0.0141 | 0 | 0 | 1.02 KB |
master | ExecuteNonQuery |
netcoreapp3.1 | 1.79μs | 2.27ns | 8.8ns | 0.0133 | 0 | 0 | 1.02 KB |
master | ExecuteNonQuery |
net472 | 2.12μs | 2.16ns | 8.37ns | 0.157 | 0.00106 | 0 | 987 B |
#5831 | ExecuteNonQuery |
net6.0 | 1.25μs | 1.33ns | 5.16ns | 0.0143 | 0 | 0 | 1.02 KB |
#5831 | ExecuteNonQuery |
netcoreapp3.1 | 1.76μs | 1.26ns | 4.71ns | 0.0135 | 0 | 0 | 1.02 KB |
#5831 | ExecuteNonQuery |
net472 | 2.12μs | 1.59ns | 5.95ns | 0.156 | 0.00106 | 0 | 987 B |
Benchmarks.Trace.ElasticsearchBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | CallElasticsearch |
net6.0 | 1.17μs | 0.565ns | 2.04ns | 0.0136 | 0 | 0 | 976 B |
master | CallElasticsearch |
netcoreapp3.1 | 1.52μs | 0.556ns | 2.08ns | 0.0131 | 0 | 0 | 976 B |
master | CallElasticsearch |
net472 | 2.52μs | 1.34ns | 4.84ns | 0.157 | 0 | 0 | 995 B |
master | CallElasticsearchAsync |
net6.0 | 1.35μs | 1.2ns | 4.48ns | 0.0136 | 0 | 0 | 952 B |
master | CallElasticsearchAsync |
netcoreapp3.1 | 1.58μs | 1.52ns | 5.88ns | 0.0134 | 0 | 0 | 1.02 KB |
master | CallElasticsearchAsync |
net472 | 2.64μs | 0.633ns | 2.28ns | 0.166 | 0 | 0 | 1.05 KB |
#5831 | CallElasticsearch |
net6.0 | 1.17μs | 0.483ns | 1.81ns | 0.0135 | 0 | 0 | 976 B |
#5831 | CallElasticsearch |
netcoreapp3.1 | 1.51μs | 0.406ns | 1.52ns | 0.0131 | 0 | 0 | 976 B |
#5831 | CallElasticsearch |
net472 | 2.55μs | 1.07ns | 3.71ns | 0.158 | 0 | 0 | 995 B |
#5831 | CallElasticsearchAsync |
net6.0 | 1.39μs | 1.82ns | 7.05ns | 0.0133 | 0 | 0 | 952 B |
#5831 | CallElasticsearchAsync |
netcoreapp3.1 | 1.72μs | 0.726ns | 2.72ns | 0.0133 | 0 | 0 | 1.02 KB |
#5831 | CallElasticsearchAsync |
net472 | 2.67μs | 1.66ns | 6.2ns | 0.167 | 0 | 0 | 1.05 KB |
Benchmarks.Trace.GraphQLBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | ExecuteAsync |
net6.0 | 1.32μs | 0.595ns | 2.23ns | 0.0132 | 0 | 0 | 952 B |
master | ExecuteAsync |
netcoreapp3.1 | 1.65μs | 0.467ns | 1.75ns | 0.0128 | 0 | 0 | 952 B |
master | ExecuteAsync |
net472 | 1.81μs | 0.531ns | 1.99ns | 0.145 | 0 | 0 | 915 B |
#5831 | ExecuteAsync |
net6.0 | 1.28μs | 1.01ns | 3.77ns | 0.0135 | 0 | 0 | 952 B |
#5831 | ExecuteAsync |
netcoreapp3.1 | 1.69μs | 2.78ns | 10.8ns | 0.0125 | 0 | 0 | 952 B |
#5831 | ExecuteAsync |
net472 | 1.83μs | 0.551ns | 2.06ns | 0.145 | 0 | 0 | 915 B |
Benchmarks.Trace.HttpClientBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | SendAsync |
net6.0 | 4.5μs | 0.927ns | 3.59ns | 0.0315 | 0 | 0 | 2.31 KB |
master | SendAsync |
netcoreapp3.1 | 5.32μs | 1.93ns | 7.48ns | 0.0375 | 0 | 0 | 2.85 KB |
master | SendAsync |
net472 | 7.35μs | 1.05ns | 4.05ns | 0.494 | 0 | 0 | 3.12 KB |
#5831 | SendAsync |
net6.0 | 4.43μs | 1.16ns | 4.34ns | 0.0309 | 0 | 0 | 2.31 KB |
#5831 | SendAsync |
netcoreapp3.1 | 5.2μs | 1.64ns | 5.93ns | 0.0366 | 0 | 0 | 2.85 KB |
#5831 | SendAsync |
net472 | 7.43μs | 1.91ns | 7.41ns | 0.493 | 0 | 0 | 3.12 KB |
Benchmarks.Trace.ILoggerBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | EnrichedLog |
net6.0 | 1.5μs | 0.744ns | 2.88ns | 0.0234 | 0 | 0 | 1.64 KB |
master | EnrichedLog |
netcoreapp3.1 | 2.2μs | 0.722ns | 2.8ns | 0.022 | 0 | 0 | 1.64 KB |
master | EnrichedLog |
net472 | 2.67μs | 2.78ns | 10.8ns | 0.25 | 0 | 0 | 1.57 KB |
#5831 | EnrichedLog |
net6.0 | 1.49μs | 1.45ns | 5.62ns | 0.0233 | 0 | 0 | 1.64 KB |
#5831 | EnrichedLog |
netcoreapp3.1 | 2.05μs | 0.907ns | 3.27ns | 0.0225 | 0 | 0 | 1.64 KB |
#5831 | EnrichedLog |
net472 | 2.67μs | 1.7ns | 6.37ns | 0.249 | 0 | 0 | 1.57 KB |
Benchmarks.Trace.Log4netBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | EnrichedLog |
net6.0 | 116μs | 169ns | 632ns | 0.0587 | 0 | 0 | 4.28 KB |
master | EnrichedLog |
netcoreapp3.1 | 121μs | 156ns | 584ns | 0.0605 | 0 | 0 | 4.28 KB |
master | EnrichedLog |
net472 | 152μs | 135ns | 523ns | 0.681 | 0.227 | 0 | 4.46 KB |
#5831 | EnrichedLog |
net6.0 | 118μs | 198ns | 767ns | 0.059 | 0 | 0 | 4.28 KB |
#5831 | EnrichedLog |
netcoreapp3.1 | 121μs | 234ns | 875ns | 0 | 0 | 0 | 4.28 KB |
#5831 | EnrichedLog |
net472 | 152μs | 168ns | 650ns | 0.683 | 0.228 | 0 | 4.46 KB |
Benchmarks.Trace.NLogBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | EnrichedLog |
net6.0 | 3.05μs | 1.26ns | 4.87ns | 0.0304 | 0 | 0 | 2.2 KB |
master | EnrichedLog |
netcoreapp3.1 | 4.14μs | 1.26ns | 4.89ns | 0.0285 | 0 | 0 | 2.2 KB |
master | EnrichedLog |
net472 | 4.75μs | 0.709ns | 2.65ns | 0.319 | 0 | 0 | 2.02 KB |
#5831 | EnrichedLog |
net6.0 | 3.04μs | 2.6ns | 10.1ns | 0.0302 | 0 | 0 | 2.2 KB |
#5831 | EnrichedLog |
netcoreapp3.1 | 4.25μs | 3ns | 11.6ns | 0.0301 | 0 | 0 | 2.2 KB |
#5831 | EnrichedLog |
net472 | 4.91μs | 1.15ns | 4.31ns | 0.32 | 0 | 0 | 2.02 KB |
Benchmarks.Trace.RedisBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | SendReceive |
net6.0 | 1.35μs | 0.556ns | 2.15ns | 0.0161 | 0 | 0 | 1.14 KB |
master | SendReceive |
netcoreapp3.1 | 1.79μs | 0.601ns | 2.33ns | 0.0151 | 0 | 0 | 1.14 KB |
master | SendReceive |
net472 | 2.13μs | 0.811ns | 3.14ns | 0.183 | 0 | 0 | 1.16 KB |
#5831 | SendReceive |
net6.0 | 1.44μs | 4.31ns | 16.7ns | 0.0162 | 0 | 0 | 1.14 KB |
#5831 | SendReceive |
netcoreapp3.1 | 1.78μs | 2.52ns | 9.42ns | 0.0151 | 0 | 0 | 1.14 KB |
#5831 | SendReceive |
net472 | 2.13μs | 1.38ns | 5.36ns | 0.183 | 0 | 0 | 1.16 KB |
Benchmarks.Trace.SerilogBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | EnrichedLog |
net6.0 | 2.69μs | 0.975ns | 3.78ns | 0.0217 | 0 | 0 | 1.6 KB |
master | EnrichedLog |
netcoreapp3.1 | 3.81μs | 1.4ns | 5.04ns | 0.0209 | 0 | 0 | 1.65 KB |
master | EnrichedLog |
net472 | 4.43μs | 3.36ns | 12.6ns | 0.322 | 0 | 0 | 2.04 KB |
#5831 | EnrichedLog |
net6.0 | 2.76μs | 3.81ns | 14.3ns | 0.022 | 0 | 0 | 1.6 KB |
#5831 | EnrichedLog |
netcoreapp3.1 | 3.83μs | 2.7ns | 10.4ns | 0.0229 | 0 | 0 | 1.65 KB |
#5831 | EnrichedLog |
net472 | 4.42μs | 1.77ns | 6.4ns | 0.323 | 0 | 0 | 2.04 KB |
Benchmarks.Trace.SpanBenchmark - Faster 🎉 Same allocations ✔️
Faster 🎉 in #5831
Benchmark
base/diff
Base Median (ns)
Diff Median (ns)
Modality
Benchmarks.Trace.SpanBenchmark.StartFinishScope‑net472
1.150
908.00
789.30
Benchmark | base/diff | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.SpanBenchmark.StartFinishScope‑net472 | 1.150 | 908.00 | 789.30 |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | StartFinishSpan |
net6.0 | 397ns | 0.465ns | 1.8ns | 0.00799 | 0 | 0 | 576 B |
master | StartFinishSpan |
netcoreapp3.1 | 536ns | 0.859ns | 3.21ns | 0.0078 | 0 | 0 | 576 B |
master | StartFinishSpan |
net472 | 673ns | 0.775ns | 3ns | 0.0917 | 0 | 0 | 578 B |
master | StartFinishScope |
net6.0 | 518ns | 0.755ns | 2.92ns | 0.00981 | 0 | 0 | 696 B |
master | StartFinishScope |
netcoreapp3.1 | 725ns | 1.64ns | 6.33ns | 0.00943 | 0 | 0 | 696 B |
master | StartFinishScope |
net472 | 906ns | 1.51ns | 5.83ns | 0.104 | 0 | 0 | 658 B |
#5831 | StartFinishSpan |
net6.0 | 408ns | 0.705ns | 2.73ns | 0.00811 | 0 | 0 | 576 B |
#5831 | StartFinishSpan |
netcoreapp3.1 | 539ns | 0.635ns | 2.38ns | 0.0079 | 0 | 0 | 576 B |
#5831 | StartFinishSpan |
net472 | 691ns | 1.24ns | 4.82ns | 0.0916 | 0 | 0 | 578 B |
#5831 | StartFinishScope |
net6.0 | 471ns | 0.549ns | 2.12ns | 0.00984 | 0 | 0 | 696 B |
#5831 | StartFinishScope |
netcoreapp3.1 | 738ns | 1.39ns | 5.4ns | 0.00923 | 0 | 0 | 696 B |
#5831 | StartFinishScope |
net472 | 788ns | 1.54ns | 5.98ns | 0.104 | 0 | 0 | 658 B |
Benchmarks.Trace.TraceAnnotationsBenchmark - Faster 🎉 Same allocations ✔️
Faster 🎉 in #5831
Benchmark
base/diff
Base Median (ns)
Diff Median (ns)
Modality
Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin‑netcoreapp3.1
1.126
964.85
857.11
Benchmark | base/diff | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin‑netcoreapp3.1 | 1.126 | 964.85 | 857.11 |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | RunOnMethodBegin |
net6.0 | 605ns | 0.772ns | 2.99ns | 0.00966 | 0 | 0 | 696 B |
master | RunOnMethodBegin |
netcoreapp3.1 | 964ns | 1.25ns | 4.82ns | 0.00915 | 0 | 0 | 696 B |
master | RunOnMethodBegin |
net472 | 1.08μs | 1.96ns | 7.58ns | 0.105 | 0 | 0 | 658 B |
#5831 | RunOnMethodBegin |
net6.0 | 648ns | 0.727ns | 2.72ns | 0.00981 | 0 | 0 | 696 B |
#5831 | RunOnMethodBegin |
netcoreapp3.1 | 857ns | 0.938ns | 3.63ns | 0.0095 | 0 | 0 | 696 B |
#5831 | RunOnMethodBegin |
net472 | 1.1μs | 1.77ns | 6.86ns | 0.104 | 0 | 0 | 658 B |
5835af8
to
614d579
Compare
614d579
to
b5de117
Compare
Throughput/Crank Report ⚡Throughput results for AspNetCoreSimpleController comparing the following branches/commits: Cases where throughput results for the PR are worse than latest master (5% drop or greater), results are shown in red. Note that these results are based on a single point-in-time result for each branch. For full results, see one of the many, many dashboards! gantt
title Throughput Linux x64 (Total requests)
dateFormat X
axisFormat %s
section Baseline
This PR (5831) (11.110M) : 0, 11109933
master (11.077M) : 0, 11076833
benchmarks/2.9.0 (11.081M) : 0, 11080577
section Automatic
This PR (5831) (7.335M) : 0, 7335171
master (7.345M) : 0, 7344633
benchmarks/2.9.0 (7.732M) : 0, 7732233
section Trace stats
master (7.679M) : 0, 7679279
section Manual
master (10.938M) : 0, 10938170
section Manual + Automatic
This PR (5831) (6.847M) : 0, 6847016
master (6.834M) : 0, 6834026
section DD_TRACE_ENABLED=0
master (10.142M) : 0, 10142100
gantt
title Throughput Linux arm64 (Total requests)
dateFormat X
axisFormat %s
section Baseline
This PR (5831) (9.431M) : 0, 9430915
master (9.565M) : 0, 9564825
benchmarks/2.9.0 (9.798M) : 0, 9798067
section Automatic
This PR (5831) (6.546M) : 0, 6546446
master (6.519M) : 0, 6519301
section Trace stats
master (6.608M) : 0, 6607677
section Manual
master (9.501M) : 0, 9500792
section Manual + Automatic
This PR (5831) (6.150M) : 0, 6149537
master (6.130M) : 0, 6130416
section DD_TRACE_ENABLED=0
master (8.723M) : 0, 8723414
gantt
title Throughput Windows x64 (Total requests)
dateFormat X
axisFormat %s
section Baseline
This PR (5831) (10.023M) : 0, 10023196
master (10.195M) : 0, 10195122
benchmarks/2.9.0 (10.067M) : 0, 10067315
section Automatic
This PR (5831) (6.887M) : 0, 6887310
master (6.952M) : 0, 6952184
benchmarks/2.9.0 (7.552M) : 0, 7552193
section Trace stats
master (7.465M) : 0, 7465157
section Manual
master (10.356M) : 0, 10356333
section Manual + Automatic
This PR (5831) (6.276M) : 0, 6276346
master (6.232M) : 0, 6232377
section DD_TRACE_ENABLED=0
master (9.469M) : 0, 9469059
|
b5de117
to
32ae961
Compare
32ae961
to
5766a59
Compare
Summary of changes
Reason for change
Implementation details
Test coverage
Other details