Skip to content

Commit

Permalink
Fix errors in the benchmark result.
Browse files Browse the repository at this point in the history
I was mixing 1000 and 1024 when calculating file sizes in MiB or
in GiB.

llvm-svn: 296155
  • Loading branch information
rui314 committed Feb 24, 2017
1 parent 74f27b8 commit 0122142
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lld/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ disk latency/throughput, your results may vary.

============ =========== ====== ======== ======
Program Output size GNU ld GNU gold LLD
ffmpeg dbg 92 MiB 1.59s 1.15s 0.78s
mysqld dbg 158 MiB 7.09s 2.49s 1.31s
clang dbg 1.55 GiB 86.76s 21.93s 8.38s
chromium dbg 1.57 GiB N/A 40.86s 12.69s
ffmpeg dbg 91 MiB 1.59s 1.15s 0.78s
mysqld dbg 157 MiB 7.09s 2.49s 1.31s
clang dbg 1.45 GiB 86.76s 21.93s 8.38s
chromium dbg 1.52 GiB N/A 40.86s 12.69s
============ =========== ====== ======== ======

Build
Expand Down

0 comments on commit 0122142

Please sign in to comment.