Skip to content

chinshaw/oscillator_benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oscillator_benchmark

Simple project that benchmarks request times for Kotin/Ktor, Rust/Rocket and NodeJS/Express.

The experiment was originally going to be using a few common oscillators for MACD and RSI but I settled on just using standard deviation for simplicity and time.

The plot below show the total time in seconds for 1,000 iterations * 10,000 generated samples.

Time in seconds for each framework

client git:(master) ./client.py
Running Kotlin sample
Kotlin Took 2.4627833366394043, 24.52764058113098
Running NodeJS Sample
NodeJS Took 11.289500951766968, 112.53042364120483
Running Rust Sample
Rust Times 2.302924871444702, 22.945704460144043

About

Benchingmarking a couple of applications on oscillators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published