From df3e6a26c9f27b09fb115c31f68d049b0402aff4 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Wed, 1 Sep 2021 17:29:48 +0800 Subject: [PATCH] add bench doc (#667) --- docs-2.0/nebula-bench.md | 19 +++++++++++++++++++ mkdocs.yml | 2 ++ 2 files changed, 21 insertions(+) create mode 100644 docs-2.0/nebula-bench.md diff --git a/docs-2.0/nebula-bench.md b/docs-2.0/nebula-bench.md new file mode 100644 index 00000000000..ce24922a141 --- /dev/null +++ b/docs-2.0/nebula-bench.md @@ -0,0 +1,19 @@ +# Nebula Bench + +Nebula Bench is a performance test tool for Nebula Graph using the LDBC data set. + +## Scenario + +- Generate test data and import Nebula Graph. + +- Performance testing in the Nebula Graph cluster. + +## Test process + +1. Generate test data by using ldbc_snb_datagen. + +2. Import data to Nebula Graph by using the Importer. + +3. Performance testing by using K6 with the XK6-Nebula plug-in. + +For detailed usage instructions, see [Nebula Bench](https://github.com/vesoft-inc/nebula-bench/blob/{{bench.branch}}/README.md)。 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index a8bbf58fad6..de20cb895c8 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -345,6 +345,8 @@ nav: - Nebula Flink Connector: nebula-flink-connector.md + - Nebula Bench: nebula-bench.md + - Contribution: - How to Contribute: 15.contribution/how-to-contribute.md