From 242ad5a1206133dd9d9e058336df2c3d22a3291b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 20 May 2014 09:16:41 -0700 Subject: [PATCH] Update readme. --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 350a89f0..062544f3 100644 --- a/README.rst +++ b/README.rst @@ -260,9 +260,10 @@ Performance of format is close to that of printf. Compile time and code bloat ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The script ``bloat_test.sh`` from the `tinyformat -`__ repository tests compile time and -code bloat for nontrivial projects. It generates 100 translation units +The script `bloat_test.sh +`__ +from `tinyformat `__ tests compile time +and code bloat for nontrivial projects. It generates 100 translation units and uses ``printf()`` or its alternative five times in each to simulate a medium sized project. The resulting executable size and compile time (g++-4.7.2, Ubuntu GNU/Linux 12.10, best of three) is shown in the following