Skip to content

Installing the SDK

Siddhartha Kasivajhula edited this page Jan 1, 2025 · 4 revisions

The Qi repo contains various tools to aid in the development process, including command line scripts for performance benchmarking, and generating local test coverage reports in HTML format. In order to be able to use these tools seamlessly, they are included in a separate qi-sdk Racket package, as that allows it to be installed using Raco which would take care of installing all the necessary dependencies. Note that as these tools are not useful outside of Qi development, the SDK package is not listed on the Racket Package Index.

Install the SDK

make install-sdk

Once the SDK is installed, you will be able to run benchmarks (see Performance Loop) via e.g. make benchmark.

Clone this wiki locally