Search⌘ K

Exercise: Benchmarking Functions

Explore how to enhance the colStats CLI tool by implementing min and max statistical functions. Learn to write tests and benchmarks for these functions, compare different implementations, and optimize performance based on benchmarking results.

We'll cover the following...

Challenge

In this exercise, your challenge is to expand the colStats tool that was developed previously while benchmarking it to ensure it performs well.

Problem Statement

Improve the colStats tool by adding new statistical functions, ...