Skip to content

Commit 4b5a65d

Browse files
authored
Remove Allocated column from the "View results" doc page (#1698)
1 parent 95608dd commit 4b5a65d

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

docs/articles/guides/getting-started.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,20 @@ The `BenchmarkRunner.Run<Md5VsSha256>()` call runs your benchmarks and print res
6363
## Step 4. View results
6464
View the results. Here is an example of output from the above benchmark:
6565

66-
```ini
67-
BenchmarkDotNet=v0.10.1, OS=Microsoft Windows NT 6.2.9200.0
68-
Processor=Intel(R) Core(TM) i7-4702MQ CPU 2.20GHz, ProcessorCount=8
69-
Frequency=2143476 Hz, Resolution=466.5319 ns, Timer=TSC
70-
[Host] : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1586.0
71-
DefaultJob : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1586.0
7266
```
73-
74-
| Method | Mean | StdDev | Allocated |
75-
| ------ | ----------- | --------- | --------- |
76-
| Sha256 | 130.5169 us | 1.8489 us | 188 B |
77-
| Md5 | 25.8010 us | 0.1757 us | 113 B |
67+
BenchmarkDotNet=v0.11.3, OS=Windows 10.0.17134.472 (1803/April2018Update/Redstone4)
68+
Intel Core i7-2630QM CPU 2.00GHz (Sandy Bridge), 1 CPU, 8 logical and 4 physical cores
69+
Frequency=1948699 Hz, Resolution=513.1629 ns, Timer=TSC
70+
.NET Core SDK=2.1.502
71+
[Host] : .NET Core 2.1.6 (CoreCLR 4.6.27019.06, CoreFX 4.6.27019.05), 64bit RyuJIT
72+
DefaultJob : .NET Core 2.1.6 (CoreCLR 4.6.27019.06, CoreFX 4.6.27019.05), 64bit RyuJIT
73+
74+
75+
| Method | Mean | Error | StdDev |
76+
|------- |----------:|----------:|----------:|
77+
| Sha256 | 100.90 us | 0.5070 us | 0.4494 us |
78+
| Md5 | 37.66 us | 0.1290 us | 0.1207 us |
79+
```
7880

7981

8082
## Step 5. Analyze results

0 commit comments

Comments
 (0)