Skip to content

Commit 1e1c1de

Browse files
authored
Prepare release (#36)
* delete jmeter * delete useless code and nebula python client * release doc
1 parent 8debf90 commit 1e1c1de

File tree

20 files changed

+23
-1157
lines changed

20 files changed

+23
-1157
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@ It only support nebula graph 2.0+ release.
1010
The main features:
1111

1212
* Generate the LDBC dataset and then import into nebula-graph.
13-
* nebula-graph benchmark. (WIP)
13+
* Run load test with k6.
14+
15+
## Dependency
16+
17+
| Nebula Bench | Nebua | Nebula Importer | K6 Plugin | ldbc_snb_datagen | Nebula-go |
18+
|:-----------------:|:-------------:|:---------------:|:------------:|:-------------------:|:--------------:|
19+
| v0.2 | v2.0.1 | v2.0.0-ga | v0.0.6 | v0.3.3 | v2.0.0-ga |
20+
| master | v2.0.1 | v2.0.0-ga | v0.0.6 | v0.3.3 | v2.0.0-ga |
1421

1522
## How to use
1623

README_cn.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@
77
主要功能:
88

99
* 生产 LDBC 数据集并导入 nebula graph。
10-
* nebula-graph benchmark。 (未完成)
10+
* 用 k6 进行压测。
11+
12+
## 工具依赖
13+
14+
| Nebula Bench | Nebua | Nebula Importer | K6 Plugin | ldbc_snb_datagen | Nebula-go |
15+
|:-----------------:|:-------------:|:---------------:|:------------:|:-------------------:|:--------------:|
16+
| v0.2 | v2.0.1 | v2.0.0-ga | v0.0.6 | v0.3.3 | v2.0.0-ga |
17+
| master | v2.0.1 | v2.0.0-ga | v0.0.6 | v0.3.3 | v2.0.0-ga |
1118

1219
## 使用说明
1320

@@ -179,8 +186,6 @@ awk -F ',' 'NR>1{print $NF}' output/output_Go1Step.csv |sort|uniq -c
179186

180187
latency 的单位是 `us`
181188

182-
如果使用 Jmeter,暂时没有自动化操作,可以通过手动调整 Jmeter 来测试,具体参考 [jmx](ldbc/jmx/go_step.jmx)[java](util/LdbcGoStep/src/main/java/vesoft/LdbcGoStep.java)
183-
184189
## 更多
185190

186191
* 生成的数据文件,如果是 `aaa_xxYY_bbb` 格式,比如 `comment_hasTag_tag`,会认为是一个边类型,然后边的格式是 `XX_YY`。和 ldbc 保持一致 [ldbc_snb_interactive](https://github.com/ldbc/ldbc_snb_interactive/blob/main/cypher/queries/interactive-complex-1.cypher)

ldbc/jmx/go_step.jmx

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)