Skip to content

Commit

Permalink
[ntuple] update limits test
Browse files Browse the repository at this point in the history
  • Loading branch information
jblomer committed Nov 15, 2024
1 parent 0bc26ca commit ca0d725
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tree/ntuple/v7/test/ntuple_limits.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

TEST(RNTuple, DISABLED_Limits_ManyFields)
{
// Writing and reading a model with 40k integer fields takes around 2s and seems to have more than linear
// complexity (80k fields take 9s).
// Writing and reading a model with 100k integer fields takes around 2s and seems to have more than linear
// complexity (200k fields take 7.5s).
FileRaii fileGuard("test_ntuple_limits_manyFields.root");

static constexpr int NumFields = 40'000;
static constexpr int NumFields = 100'000;

{
auto model = RNTupleModel::Create();
Expand Down

0 comments on commit ca0d725

Please sign in to comment.