Course lesson

Generate Logic for Benchmarking a Function with Cursor Composer

I have a function that I want to benchmark. I could write this logic out but it's time consuming and something I know Cursor could handle well. We'll have cursor write the benchmark logic for us then tweak it to get output that we can work with when we need...

Duration
1 min
Access
Included
Transcript
Retained from source evidence

I have a function that I want to benchmark. I could write this logic out but it's time consuming and something I know Cursor could handle well. We'll have cursor write the benchmark logic for us then tweak it to get output that we can work with when we need to optimize our code.

I'll also use Cursors chat function to verify there aren't any edge cases that are missed in this initial pass.