Skip to content

Commit

Permalink
fix markdown linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsitnik committed Apr 12, 2022
1 parent 96a744f commit 8e0139a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tools/ResultsComparer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ dotnet run -c Release matrix --input D:\results\p3_all\ --base net7.0-preview2 -

Sample results:

## System.IO.Tests.Perf_File.WriteAllText(size: 10000)
## System.IO.Tests.Perf_File.WriteAllText(size: 10000)

| Result | Base | Diff | Ratio | Alloc Delta | Modality | Operating System | Bit | Processor Name | Base V | Diff V |
| ------ | ----------:| ----------:| -----:| -----------:| -------- | --------------------- | ----- | ----------------------------------------------- | ------------ | ------------ |
| Same | 939321.02 | 1031195.70 | 0.91 | +0 | several? | Windows 10 | X64 | Intel Xeon CPU E5-1650 v4 3.60GHz | 7.0.22.12204 | 7.0.22.17504|
Expand Down Expand Up @@ -84,4 +84,4 @@ Sample results:
| Same | 218819.23 | 214187.24 | 1.02 | -1 | bimodal | ubuntu 18.04 | Arm | ARMv7 Processor rev 3 (v7l) | 7.0.22.12204 | 7.0.22.17504|
| Faster | 2478265.18 | 547273.17 | 4.53 | -5 | | Windows 10 | Arm | Microsoft SQ1 3.0 GHz | 7.0.22.12204 | 7.0.22.17504|
| Same | 161909.04 | 158812.34 | 1.02 | +0 | | macOS Monterey 12.2.1 | X64 | Intel Core i7-5557U CPU 3.10GHz (Broadwell) | 7.0.22.12204 | 7.0.22.17504|
| Same | 121620.87 | 122424.61 | 0.99 | +0 | | macOS Monterey 12.3.1 | X64 | Intel Core i7-4870HQ CPU 2.50GHz (Haswell) | 7.0.22.12204 | 7.0.22.17504|
| Same | 121620.87 | 122424.61 | 0.99 | +0 | | macOS Monterey 12.3.1 | X64 | Intel Core i7-4870HQ CPU 2.50GHz (Haswell) | 7.0.22.12204 | 7.0.22.17504|

0 comments on commit 8e0139a

Please sign in to comment.