Skip to content

Commit a750cf1

Browse files
committed
Revert "VariableLenghtBenchmark: further reduce size for CI"
This reverts commit 16028bf.
1 parent 44926c0 commit a750cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/librawspeed/adt/VariableLengthLoadBenchmark.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ void CustomArguments(benchmark::internal::Benchmark* b) {
124124
static constexpr int MaxBytesOptimal = L2dByteSize;
125125

126126
if (benchmarkDryRun()) {
127-
b->Arg(L1dByteSize / 10);
127+
b->Arg(L1dByteSize);
128128
return;
129129
}
130130

0 commit comments

Comments
 (0)