From 8322f892d7b0386264f3e85403cd389c40b77721 Mon Sep 17 00:00:00 2001 From: jasperalbers Date: Thu, 16 Dec 2021 19:31:01 +0100 Subject: [PATCH] add link to GitHub page --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e803ec4..3d1ba48 100755 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ SPDX-License-Identifier: GPL-3.0-or-later # beNNch +Unified execution, collection, analysis and comparison of neural network simulation benchmarks. +See the accompanying [GitHub Page](https://inm-6.github.io/beNNch) for a demo output of `beNNch`. + +## Structure + | directory | description | |-------- |-------------| | [analysis](./analysis/) | scripts for data and metadata analysis | @@ -166,6 +171,7 @@ git annex sync ``` ### Get remote benchmark results + ```bash cd results ```