You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sayan Nandan 4c47aa05ca Fix broken pipe error due to bad init of Workpool
The create table query was being run with the workpool that also
attempts to switch to it on init (pre-loop stage). This caused us to
read in lesser bytes (since we use read_exact) and after the connection
is closed, the server would respond with a broken pipe error as it fails
to write data to the closed connection (since it expected to write more)
3 years ago
..
benchtool.rs Fix broken pipe error due to bad init of Workpool 3 years ago
cli.yml Decompose linearity tests and utils into modules 3 years ago
main.rs Fix logging output even when --json flag is passed 3 years ago
testkey.rs Fix logging output even when --json flag is passed 3 years ago
util.rs Improve sky-bench output 3 years ago