Skip to content

Commit 2d64ad2

Browse files
committed
[fix] fixed github repos
1 parent 679b7bb commit 2d64ad2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

benchmark/redisgraph/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Graph benchmarking involves 3 phases: data retrieval, data loading/insertion, an
1717
## Installation
1818
The easiest way to get and install the benchmark code is to use:
1919
```bash
20-
git clone https://github.com/filipecosta90/graph-database-benchmark.git
20+
git clone https://github.com/RedisGraph/graph-database-benchmark.git
2121
cd graph-database-benchmark/benchmark/redisgraph
2222
sudo pip install -r requirements.txt
2323
```
@@ -110,12 +110,12 @@ nohup python kn.py -g twitter_rv -s twitter_rv_net_seed -c 10 -d 6 -p redisgraph
110110
#### Building the benchmark client
111111
```bash
112112
# clone the repo
113-
git clone https://github.com/filipecosta90/graph-database-benchmark.git
113+
git clone https://github.com/RedisGraph/graph-database-benchmark.git
114114

115115
# make sure you're at this project folder
116116
cd graph-database-benchmark/benchmark/redisgraph
117117

118-
docker build -t tigergraph_redisgraph .
118+
docker build -t graph-database-benchmark-redisgraph .
119119
```
120120
#### Running the benchmark client
121121
```bash

0 commit comments

Comments
 (0)