Hi! Some of you might have already seen in, but I thought I should nevertheless post it on the list. You can download it here: http://oaklandcutlery.com/testbench.tgz What is it? ========== TestBench is a little extension of Test::Unit that allows you to create benchmarks via test cases. Why Test::Unit and test cases? Basically benchmarks function quite similiar to tests: they set up a environment, run different things isolated and return a certain result. Please understand that for now the code is everything else than solid. It''s pretty much the result of having the idea and a quick hack to see if it would work. Nevertheless, it will become more and more solid in the near future. Ciao! Florian