deno
github.com/denoland/deno
Docs
Execution time
This shows how much time total it takes to run a few simple deno programs:
tests/002_hello.ts
and
tests/003_relative_import.ts.
For deno to execute typescript, it must first compile it to JS.
A warm startup is when deno has a cached JS output already, so
it should be fast because it bypasses the TS compiler.
A cold startup is when deno must compile from scratch.
Throughput
Req/Sec
Tests HTTP server performance against Node.
Executable size
deno ships only a single binary. We track its size here.
Thread count
How many threads various programs use.
Syscall count
How many total syscalls are performed when executing a given script.
Travis
How long for Travis CI to return a green status for pull requests.