Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 464 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 464 Bytes

This repository contains a micro benchmarks suite for several CAF features. The suite makes it easy to compare different CAF versions. For example, to run the benchmarks for 0.16.5 and 0.17.6, simply configure and run two builds:

./configure --tag=0.16.5
./configure --tag=0.17.6
make run

Note that a tag may be a git tag, commit sha or branch name. However, when passing a commit sha or branch name, the build scaffold assumes a recent CAF version.