edgedb / imdbench

IMDBench — Realistic ORM benchmarking
https://edgedb.github.io/imdbench
Apache License 2.0
242 stars 24 forks source link

normalize benchmark names #14

Closed fmoor closed 4 years ago

fmoor commented 4 years ago

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.