Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Nov 30, 2020
1 parent 2a41fb5 commit 6e1828a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This repository contains a history of all public (draft) releases of the LDBC Gr

| Version | Date | Document |
|-------------|:-------------:|:-------------:|
| 1.0.0 | 2019-XX-YY | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/master/doc/LDBC-Graphalytics_tech-specs_v1.0.0.pdf) |
| 1.0.0 | 2020-11-30 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/master/doc/LDBC-Graphalytics_tech-specs_v1.0.0.pdf) |
| 0.9.0 | 2017-Jun-28 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/master/doc/LDBC-Graphalytics_tech-specs_v0.9.0.pdf) |
| 0.2.12.2 | 2017-Jun-9 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/master/doc/LDBC-Graphalytics_tech-specs_v0.2.12.2.pdf) |
| 0.2.6 | 2016-Sep-6 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/master/doc/LDBC-Graphalytics_tech-specs_v0.2.6.pdf) |
Expand Down
Binary file added doc/LDBC-Graphalytics_tech-specs_v1.0.0.pdf
Binary file not shown.
10 changes: 5 additions & 5 deletions graphalytics_spec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@

\newif\ifrelease % reveal versioned information for the current and future releases.

\releasefalse
%\releasetrue
%\releasefalse
\releasetrue

\ifrelease
\newcommand{\newthisversion}[2]{{#2}}
Expand Down Expand Up @@ -80,15 +80,15 @@

%\delID{}
\renewcommand{\delIDText}{}
\delName{LDBC Graphalytics Benchmark \\ v\lastVersionText{} - Draft Release}
\delName{The LDBC Graphalytics Benchmark \\ v\lastVersionText{}}

% TODO: Change dates, dissemination level, and nature
\dueDate{M12}
\submissionDate{M13}

% Footer
\newcommand{\mainmatterheadingr}{\relscale{.92}}
\newcommand{\mainmatterheadingl}{\relscale{.92} LDBC Graphalytics Benchmark (v\lastVersionText{} - Draft Release)}
\newcommand{\mainmatterheadingl}{\relscale{.92} The v1.0.0LDBC Graphalytics Benchmark (v\lastVersionText{})}

%dissemination level
\dissPU % Public
Expand Down Expand Up @@ -147,7 +147,7 @@


% uncomment the following for final version
%\final
\final

% TODO: Add document URL
\documentUrl{}
Expand Down
8 changes: 8 additions & 0 deletions ldbc.cls
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,14 @@
% \normalsize%
% \parbox{16cm}{\centering\bfseries 2\textsuperscript{nd} Quality Reviewer: \reviewerTwoText} \\%
\end{tabular}%
\vspace{2cm}
{
\begin{center}
\Large
The specification was built on the source code available at \\
\url{https://github.com/ldbc/ldbc_graphalytics_docs/releases/tag/v1.0.0}
\end{center}
}

\vspace{1cm}%
\normalsize%
Expand Down
8 changes: 1 addition & 7 deletions tex/abstract.tex
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
\abstract{
In this document we describe LDBC Graphalytics, an industrial-grade benchmark for graph analysis platforms.
In this document, we describe LDBC Graphalytics, an industrial-grade benchmark for graph analysis platforms.
The main goal of Graphalytics is to enable the fair and objective comparison of graph analysis platforms.
Due to the diversity of bottlenecks and performance issues such platforms need to address, Graphalytics consists of a set of selected deterministic algorithms for full-graph analysis, standard graph datasets, synthetic dataset generators, and reference output for validation purposes.
Its test harness produces deep metrics that quantify multiple kinds of systems scalability, weak and strong, and robustness, such as failures and performance variability.
The benchmark also balances comprehensiveness with runtime necessary to obtain the deep metrics.
The benchmark comes with open-source software for generating performance data, for validating algorithm results,
for monitoring and sharing performance data, and
for obtaining the final benchmark result as a standard performance report.






}

0 comments on commit 6e1828a

Please sign in to comment.