From 089ff7af6d6eb8c987ed970ffec67da0b33541fa Mon Sep 17 00:00:00 2001 From: Das Date: Fri, 26 Mar 2021 09:07:23 +0100 Subject: [PATCH] checking pr --- .github/workflows/ci.yml | 2 ++ examples/bare_etiss_processor/main.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa199bfc9b..60df61619a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -265,4 +265,6 @@ jobs: edit-mode: replace body: ${{ steps.get-comment-body.outputs.body }} + + diff --git a/examples/bare_etiss_processor/main.cpp b/examples/bare_etiss_processor/main.cpp index 49d4d9a435..fa53b5f122 100644 --- a/examples/bare_etiss_processor/main.cpp +++ b/examples/bare_etiss_processor/main.cpp @@ -206,3 +206,5 @@ void writeFileJson(float cpu_time, float simulation_time, float cpu_cycle, float json_output.close(); } + +//hello, testing for pull request in github