I found it confusing looking at benchmark results and seeing names like:
Edgedb JS JSON, Edgedb JSON, Edgedb Go JSON next to each other.
It is not clear at all how Edgedb JSON is different that the other
two. An example report can be found here.
This change normalizes the benchmark names using the pattern
<db> <language> <protocol> except when a framework or library is named
that is db and language specific.
I found it confusing looking at benchmark results and seeing names like:
Edgedb JS JSON
,Edgedb JSON
,Edgedb Go JSON
next to each other. It is not clear at all howEdgedb JSON
is different that the other two. An example report can be found here.This change normalizes the benchmark names using the pattern
<db> <language> <protocol>
except when a framework or library is named that is db and language specific.