mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-07-29 21:27:47 +00:00
![]() This is pretty much the least efficient reasonably simple way to implement fibonacci in Nushell, and it's a good benchmark to profile our custom command call performance, as this is the majority of the work being done. I think it may actually be good to add this and the other one to `cargo bench` so we can track it over time, but it's also useful as a script so it can easily be profiled. |
||
---|---|---|
.. | ||
fibonacci-recursive.nu | ||
fibonacci.nu | ||
gradient-autoview.nu | ||
gradient-old.nu | ||
gradient.nu | ||
gradient.py | ||
gradient_benchmark.nu | ||
gradient_benchmark_no_check.nu | ||
random-bytes.nu | ||
README.md | ||
sg.nu | ||
turtle.nu |
Benchmark Scripts
Definition
These scripts are used to benchmark certain aspects of nushell.