Skip to content

Commit 52ab8de

Browse files
authored
Merge pull request #239 from ldbc/cross-validation-minimum-number-of-operations
Specify minimum number of operations for cross-validation during auditing
2 parents ea19d2f + bc20a64 commit 52ab8de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

auditing.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,8 @@ \subsubsection{Scale Factors}
360360
The size of a data set is characterized by scale factors: SF10, SF30, SF100 \etc (see \autoref{sec:scale-factors}).
361361
All data sets contain data for three years of social network activity.
362362

363-
The \emph{validation run} shall be performed on the SF10 data set (see \autoref{sec:int-validation-data-set}). Note that the auditor may perform additional validation runs of the benchmark implementation using smaller data sets (\eg SF1) and issue queries.\footnote{%
363+
The \emph{validation run} shall be performed on the SF10 data set (see \autoref{sec:int-validation-data-set}) and use at least \numprint{100000} operations.
364+
Note that the auditor may perform additional validation runs of the benchmark implementation using smaller data sets (\eg SF1) and issue queries.\footnote{%
364365
An example test could be to issue complex reads with parameters such as \texttt{personId} and \texttt{messageId} selected from the \textsf{Person}/\textsf{Message} entities inserted from the update streams and cross-validate these against other systems. (The substitution parameters are taken from the initial snapshot of the graph so these nodes are not targeted by the regular workload executed by the driver.)%
365366
}
366367

0 commit comments

Comments
 (0)