From 283f2d098baf8e6cd0d03ff203179e0eb5956812 Mon Sep 17 00:00:00 2001 From: nithinmanoj10 Date: Thu, 11 Jan 2024 19:29:35 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=82=20Created=20StellarGraph=20benchma?= =?UTF-8?q?rking=20folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Created the folder were we will have all the necessary files and data to benchmark against StellarGraph --- .gitignore | 3 ++- benchmarking/frameworks/stellargraph/README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 benchmarking/frameworks/stellargraph/README.md diff --git a/.gitignore b/.gitignore index d5835c5c..da302d47 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,5 @@ dist *.svg *.json *.npy -dev-stgraph/ \ No newline at end of file +dev-stgraph/ +.coverage \ No newline at end of file diff --git a/benchmarking/frameworks/stellargraph/README.md b/benchmarking/frameworks/stellargraph/README.md new file mode 100644 index 00000000..082decd0 --- /dev/null +++ b/benchmarking/frameworks/stellargraph/README.md @@ -0,0 +1 @@ +# Benchmarking against StellarGraph \ No newline at end of file