crate / crate-benchmarks

A collection of CrateDB benchmarks.
8 stars 4 forks source link

Change track file to use shared setup #86

Closed mfussenegger closed 7 years ago

mfussenegger commented 8 years ago

Requires https://github.com/mfussenegger/cr8/pull/117

mfussenegger commented 7 years ago

@chaudum @mikethebeer what's your opinion on this?

mikethebeer commented 7 years ago

@mfussenegger I really like it, excellent. This decreases the runtime of the benchmarks (mostly caused by copy from) a lot. The naming of the sections is also well prepared e.g. https://en.wikipedia.org/wiki/Test_fixture . 👍