-
-
Notifications
You must be signed in to change notification settings - Fork 2
5. Benchmarking
AsynchronousAI edited this page Sep 3, 2025
·
4 revisions
The CLI also provides an option to generate benchmarkable scripts for Scriptbench or Benchmarker.
reasm main.s -o main.luau --mode bench
Note
The luau test was added manually.
Important
These benchmarks are older, before many optimizations were made.
The print time in Roblox Studio could have propagated this benchmark to be even.
This is a non-recursive implementation, with 100 iters. Luau was too fast to be added.
Recursive implementation.