I was just trying to write the simple benchmark - public class IntegerCompareBenchmark extends SimpleBenchmark {
I have written a few benchmarks using Caliper. How can I run multiple benchmarks at once? I currently have many classes that extend SimpleBenchmark and have a few timeXXX methods each. Is it possible
I find Google\'s micro benchmark project Caliper very interesting but the documentation is still (except some examples) quite non-existent.
The following code will add the categories selector widget to the WordPress Page editor interface... add_action(\'admin_menu\', \'my_post_categories_meta_box\');