Aexyn / caliper

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

Unrecognized benchmark methods are silently ignored #303

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This seems to be what I'm seeing:

<cmd> -b 
oldBuilderPut,arrayOfArraysBuilderPut,linkedBuilderPut,builderPutCapacity
...

Experiment selection:
  Benchmark Methods:   [arrayOfArraysBuilderPut, linkedBuilderPut, oldBuilderPut]

Because I got the name of "builderPutCapacity" wrong, it was dropped. I ended 
up noticing when I looked at the results. I was mildly surprised not to have 
gotten an error instead.

Original issue reported on code.google.com by cpov...@google.com on 23 Oct 2014 at 7:40

GoogleCodeExporter commented 9 years ago
Fixed in 
https://code.google.com/p/caliper/source/detail?r=964345f7cb18b28498944d38e76495
4370bdd54d.

Original comment by cgdecker@google.com on 9 Feb 2015 at 8:49

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by cpov...@google.com on 9 Feb 2015 at 9:40