diff options
author | Zach Koopmans <zkoopmans@google.com> | 2020-07-29 10:03:57 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-07-29 10:06:38 -0700 |
commit | 6b4e11ab5074d41044e63337973ac2438ce2278e (patch) | |
tree | 0ecb8d935eb20afd56c4b0e02624aa1d9d381dcd /images/benchmarks/node/index.hbs | |
parent | a6b4538ae0b0020b14c8292d98e2549719a49e4c (diff) |
Port node benchmark.
PiperOrigin-RevId: 323810235
Diffstat (limited to 'images/benchmarks/node/index.hbs')
-rw-r--r-- | images/benchmarks/node/index.hbs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/images/benchmarks/node/index.hbs b/images/benchmarks/node/index.hbs new file mode 100644 index 000000000..03feceb75 --- /dev/null +++ b/images/benchmarks/node/index.hbs @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html> +<body> + {{#each text}} + <p>{{this}}</p> + {{/each}} +</body> +</html> |