From 95f1a119ea3929989aa650aef3a6044c1f08c4d2 Mon Sep 17 00:00:00 2001 From: Ciprian Dorin Craciun Date: Tue, 13 Aug 2019 15:41:03 +0300 Subject: [PATCH] [documentation] Add minor note --- documentation/readme.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/readme.rst b/documentation/readme.rst index 8005423..3d24bc6 100644 --- a/documentation/readme.rst +++ b/documentation/readme.rst @@ -752,6 +752,7 @@ Results notes * the benchmark was run over loopback networking (i.e. ``127.0.0.1``); * the served file contains ``Hello World!``; * the protocol was HTTP (i.e. no TLS), with keep-alive; +* both the CDB and the NGinx folder were put on ``tmpfs`` (which implies that the disk is not a limiting factor); (in fact ``kawipiko`` performs quite well even on spinning disks due to careful storage management;) * see the `methodology section <#methodology>`__ for details;