-
Notifications
You must be signed in to change notification settings - Fork 13
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.
make install-sdk
Once the SDK is installed, you will be able to run benchmarks (see Performance Loop) via e.g. make benchmark
.
Home | Developer's Guide | Calendar | Events | Projects | Meeting Notes