A lightweight system stress-testing tool written in Scala.
Go to file
nasr a66ec9fb87 feature: calculating if a number is a prime
still not there yet, haven't figured out the functional programming
style of scala + have to find a way to make calculating primes a bit
heavier on the ALU, and stress the branch predictor aswell. Still
figuring stuff out.
2025-11-16 22:24:52 +01:00
project feature: gitignore 2025-11-15 14:45:59 +01:00
src/main/scala/com/nsrddyn feature: calculating if a number is a prime 2025-11-16 22:24:52 +01:00
.gitignore Merge branch 'main' into feature/single-threaded-cpu-load-generation 2025-11-16 18:07:20 +01:00
build.sbt chose: refactor and cleanup of main files 2025-11-15 23:18:16 +01:00
LICENSE Initial commit 2025-11-14 15:59:27 +01:00
README.md Initial commit 2025-11-14 15:59:27 +01:00

torque

A lightweight system stress-testing tool written in Scala.