toshsan / caliper

Automatically exported from code.google.com/p/caliper
Apache License 2.0
0 stars 0 forks source link

Generalize the benchmark 'class' and 'method' #132

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If a benchmark 'class' and benchmark 'method' did not strictly have to be a 
Java class and Java method, it would enable benchmarks written in other 
languages. (We have an interested user at Google.)

We'd need something to be responsible for finding the benchmark methods and 
setting up the benchmark "instance", so that something could be swapped out 
independently of the selection of Instrument.

This is undoubtedly complex.

Original issue reported on code.google.com by kevinb@google.com on 10 Oct 2011 at 7:44

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 8 Feb 2012 at 9:49

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 1 Nov 2012 at 8:32