startup-time
startup-time copied to clipboard
Measure startup time of different programming languages
Adding an assembly version as a base benchmark would be nice. I've attached a Assembly Version for x86 assembly, which is slightly better then gcc-musl. ```asm .global _start .text _start:...
The current code uses `printf` which allows for formatted/dynamic output, but I would expect it to use `puts` for verbatim output.
@bdrung Could you add JavaScript? I think JavaScript is the most popular programming language. Thank you.
Is there any interest in adding Ruby without RubyGems? I can make Pull Request. It’s starting Ruby with `--disable=gems`.
``` uname OpenBSD ``` ``` clang run.c -o run run.c:36:5: error: use of undeclared identifier 'cpu_set_t' cpu_set_t cpu_set; ^ run.c:64:5: warning: implicit declaration of function 'CPU_ZERO' is invalid in C99...
First run of this code, all the results are like this: ``` Run on: Intel(R) Xeon(R) CPU E5-2470 v2 @ 2.40GHz | Ubuntu 16.04.7 LTS | 2020-12-06 C (gcc 5.4.0):...
Hi, I checked out your old startup-time benchmarks and added results for a few additional compilers + interpreters: * awk * ruby 1.8 (because it had a different interpreter architecture...