Skip to content
Snippets Groups Projects
Commit c27a4eae authored by Philippe Canal's avatar Philippe Canal
Browse files

Update expected size in stress following StreamerInfo record compression update

parent 430e56b3
Branches
Tags
No related merge requests found
...@@ -357,7 +357,7 @@ void stress2() ...@@ -357,7 +357,7 @@ void stress2()
//Long64_t lastgood = 9789; // changes for new TFormula //Long64_t lastgood = 9789; // changes for new TFormula
//Long64_t lastgood = 9797; // changes for TH1 v8 ROOT-9173 on 32-bits //Long64_t lastgood = 9797; // changes for TH1 v8 ROOT-9173 on 32-bits
#ifdef R__HAS_DEFAULT_LZ4 #ifdef R__HAS_DEFAULT_LZ4
Long64_t lastgood = 11579; Long64_t lastgood = 10733;
if (last < lastgood - 200 || last > lastgood + 200 || comp < 1.5 || comp > 2.1) if (last < lastgood - 200 || last > lastgood + 200 || comp < 1.5 || comp > 2.1)
OK = kFALSE; OK = kFALSE;
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment