Commit Graph

7 Commits

Author SHA1 Message Date
Alexey Milovidov
3988fe7fe4 Removed <name> from all performance tests #6179 2019-07-28 00:18:54 +03:00
Alexey Milovidov
febc935fa8 Revert "Removed <name> from all performance tests #6179"
This reverts commit d61d489c2e.
2019-07-28 00:17:44 +03:00
Alexey Milovidov
97f11a6a3c Fixed typo #6179 2019-07-28 00:17:06 +03:00
Alexey Milovidov
d61d489c2e Removed <name> from all performance tests #6179 2019-07-28 00:15:20 +03:00
Vasily Nemkov
3765ee39e0
Removed blank line 2019-07-27 20:54:04 +03:00
Vasily Nemkov
2ced6a3adb Fixed Gorilla and DoubleDelta codec performance tests.
* Converted to loop-tests
* Set limits for both INSERT and SELECT to make those finite and more predictable
2019-07-26 19:21:18 +03:00
Vasily Nemkov
138087d2e1 Performance tests for Gorilla and DoubleDelta
Testing INSERTs and SELECTs on codec combinations:
 * DoubleDelta (or Gorilla)
 * LZ4
 * DD (or G) + LZ4
On 3 types of data:
 * sequential
 * monotonic
 * random.
2019-06-25 13:47:55 +03:00