nu_scripts/benchmarks
Devyn Cairns 0d70dbddd5
Add fibonacci benchmark, for fairly low-level eval performance (#892)
This is a benchmark that I created while testing IR. It's meant to
basically do only very simple operations but be running 100% Nushell
code most of the time, without any heavy lifting being done by commands,
and without any closure calls or anything like that. It seemed useful to
keep around so I'm adding it to `nu_scripts`.
2024-07-11 06:03:36 -05:00
..
fibonacci.nu Add fibonacci benchmark, for fairly low-level eval performance (#892) 2024-07-11 06:03:36 -05:00
gradient_benchmark_no_check.nu rename date format to format date (#571) 2023-08-04 09:08:10 -05:00
gradient_benchmark.nu rename date format to format date (#571) 2023-08-04 09:08:10 -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
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.