Skip to content

Commit

Permalink
Track memory available and usage
Browse files Browse the repository at this point in the history
  • Loading branch information
JayjeetAtGithub committed Jul 31, 2024
1 parent 25173ee commit cd5ec3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/benchmarks/common/cudf_datagen/dbgen.cu
Original file line number Diff line number Diff line change
Expand Up @@ -852,9 +852,11 @@ int main(int argc, char** argv)
auto partsupp = generate_partsupp(scale_factor);
write_parquet(std::move(partsupp), "partsupp.parquet", schema_partsupp);

// Max scale factor: 3000
auto supplier = generate_supplier(scale_factor);
write_parquet(std::move(supplier), "supplier.parquet", schema_supplier);

// Max scale factor: 180
auto customer = generate_customer(scale_factor);
write_parquet(std::move(customer), "customer.parquet", schema_customer);

Expand Down

0 comments on commit cd5ec3c

Please sign in to comment.