This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
The following commit(s) were added to refs/heads/master by this push:
new 177200b Update README.md
177200b is described below
commit 177200b2302404da509baeb639280bc1c20e7d8f
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Thu Jul 11 16:33:23 2019 +0200
Update README.md
---
graalvm/time-to-first-request/README.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/graalvm/time-to-first-request/README.md
b/graalvm/time-to-first-request/README.md
index cf5154a..fe233b7 100644
--- a/graalvm/time-to-first-request/README.md
+++ b/graalvm/time-to-first-request/README.md
@@ -6,4 +6,9 @@ native image container on demand when an HTTP request is
received.
Used to measure the time-to-first-request on our native image.
-See [index.js](./index.js) for more details.
+To run this use:
+
+ npm install
+ node index.js
+
+See [index.js](./index.js) for more details - a number of things (Docker image
name, ports etc.) are hardcoded in there.