ref: a39ae178fcc4387fe63efea4d15b34d52f4a13de
dir: /module/bench.m/
# Benchmarking
Bench: module
{
PATH: con "$Bench";
FD: adt
{
fd: int;
};
microsec: fn(): big;
reset: fn();
read: fn(fd: ref FD, buf: array of byte, n: int): int;
disablegc: fn();
enablegc: fn();
};