Testing Languages
Is it fast? Does it have an efficient runtime? Why is Bash so slow?
Usage
Compile and execute the run.rs
file to run benchmarks.
rustc run.rs -o ./runtimes/run.out
./runtimes/run.out [options,]
Run the ./run.out
file with no arguments for documentation.
When running, the program will automatically write the results to results.txt
.
Supported languages
- C (gcc/clang)
- C++ (g++)
- C# (csc)
- Dart (AOT/EXE/JIT/JS/Kernel)
- FORTRAN (gfortran)
- Go
- Java
- JavaScript (node)
- Kotlin
- PHP
- Python (python3)
- Ruby
- Rust (rustc)
There is also support for running csc
output with mono
for OSX and Linux users.