nvbench icon indicating copy to clipboard operation
nvbench copied to clipboard

[FEA] Add Global Set-Up and Tear-Down

Open karthikeyann opened this issue 4 years ago • 0 comments

To implement Global Setup and TearDown feature, similar to GoogleTest Global Set-Up and Tear-Down. There are use cases in cudf that could use Global Set-Up and Tear-Down feature, as pointed out by @vuule

Here, the same input is generated six times, wasting a lot of time (plus writing the table into ORC). I think we can create an ORC file once and reuse it in all cases here

karthikeyann avatar Feb 08 '22 09:02 karthikeyann