Skip to main content

Module bench

Module bench 

Source
Expand description

Everything a command needs standing up before it can ask anything.

In the library and not in the binary because a request handler needs exactly the same things a terminal command does, and two ways of finding the probe or of deciding where answers are remembered would be two tools wearing one name.

Structs§

Bench
It owns what Probing borrows, which is the whole reason it is a struct: the interpreter’s path and the build’s name outlive every commit asked about, and threading them through each call said nothing.
Config
soma-tree.toml, at the root of the repository being explored.

Functions§

probe_laid_down
The compiled-in probe, on disk under cache, because python is handed a path.
probed
A snapshot for every one of these commits.
walking
A whole line of exploration, probed and compared and judged.
where_probes_are_remembered