It is benchmark library for Gauche. It references benchmark.rb in ruby's distribution.
Here.
# gosh install/install.scm
The following is a simple usage.
(use benchmark)
(bm (lambda (r)
(report r (lambda () Do something what you want to benchmark here))
...))
COZMIXNG RWiki - benchmark has more information.