Skip to content

Commit

Permalink
Prepare release (#36)
Browse files Browse the repository at this point in the history
* delete jmeter

* delete useless code and nebula python client

* release doc
  • Loading branch information
HarrisChu authored Aug 16, 2021
1 parent 8debf90 commit 1e1c1de
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 1,157 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/build.yaml

This file was deleted.

File renamed without changes.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ It only support nebula graph 2.0+ release.
The main features:

* Generate the LDBC dataset and then import into nebula-graph.
* nebula-graph benchmark. (WIP)
* Run load test with k6.

## Dependency

| Nebula Bench | Nebua | Nebula Importer | K6 Plugin | ldbc_snb_datagen | Nebula-go |
|:-----------------:|:-------------:|:---------------:|:------------:|:-------------------:|:--------------:|
| v0.2 | v2.0.1 | v2.0.0-ga | v0.0.6 | v0.3.3 | v2.0.0-ga |
| master | v2.0.1 | v2.0.0-ga | v0.0.6 | v0.3.3 | v2.0.0-ga |

## How to use

Expand Down
11 changes: 8 additions & 3 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@
主要功能:

* 生产 LDBC 数据集并导入 nebula graph。
* nebula-graph benchmark。 (未完成)
* 用 k6 进行压测。

## 工具依赖

| Nebula Bench | Nebua | Nebula Importer | K6 Plugin | ldbc_snb_datagen | Nebula-go |
|:-----------------:|:-------------:|:---------------:|:------------:|:-------------------:|:--------------:|
| v0.2 | v2.0.1 | v2.0.0-ga | v0.0.6 | v0.3.3 | v2.0.0-ga |
| master | v2.0.1 | v2.0.0-ga | v0.0.6 | v0.3.3 | v2.0.0-ga |

## 使用说明

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

latency 的单位是 `us`

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

## 更多

* 生成的数据文件,如果是 `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)
Expand Down
92 changes: 0 additions & 92 deletions ldbc/jmx/go_step.jmx

This file was deleted.

Loading

0 comments on commit 1e1c1de

Please sign in to comment.