We have the bleve-bench project, which is a bit of a mess right now.
At the moment we only run an indexing throughput test. We do run it nightly and plot the results:
We haven't really publicized the output yet because it's still highly variable and the machine we test on is a bit questionable.
So with all that out of the way, I would characterize performance against lucene as:
Indexing is somewhat slower, but recent tests with the "moss" kv layer are very promising.
Index size is larger, and even more so if you chose to "store" fields not just index them. We lag way behind in this area.
If you index fields and don't store them, we're starting to close the gap.
Searching is universally slower than lucene. This is an architectural limitation tied to the way we index data. We'll try to do better in bleve 2.x but it may be hard to make substantial improvements here.
marty