1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-29 21:27:47 +00:00
nu_scripts/benchmarks
Devyn Cairns 6d6a157600
Add recursive fibonacci benchmark (#924)
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.
2024-07-28 07:15:55 -05:00
..
fibonacci-recursive.nu Add recursive fibonacci benchmark (#924) 2024-07-28 07:15:55 -05:00
fibonacci.nu Add fibonacci benchmark, for fairly low-level eval performance (#892) 2024-07-11 06:03:36 -05:00
gradient-autoview.nu Replace use of $nothing with null (#621) 2023-09-26 18:52:49 +02:00
gradient-old.nu Update some benchmarks. Re-port the gradient benchmark (#558) 2023-07-22 03:16:27 +12:00
gradient.nu Update some benchmarks. Re-port the gradient benchmark (#558) 2023-07-22 03:16:27 +12:00
gradient.py add turtle benchmark and reorganize (#259) 2022-06-28 07:37:25 -05:00
gradient_benchmark.nu rename date format to format date (#571) 2023-08-04 09:08:10 -05:00
gradient_benchmark_no_check.nu rename date format to format date (#571) 2023-08-04 09:08:10 -05:00
random-bytes.nu fix removed commands (#645) 2023-10-19 19:35:23 +02:00
README.md add turtle benchmark and reorganize (#259) 2022-06-28 07:37:25 -05:00
sg.nu update sg.nu to print again (#456) 2023-04-21 14:24:17 -05:00
turtle.nu fix some quoting bugs that the lsp found (#441) 2023-04-07 15:08:02 -05:00

Benchmark Scripts

Definition

These scripts are used to benchmark certain aspects of nushell.