You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ji...@apache.org on 2023/05/15 03:30:58 UTC

[incubator-hugegraph-doc] branch master updated: Update _index.md (#227)

This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new bfbc299e Update _index.md (#227)
bfbc299e is described below

commit bfbc299e6f339baafc7c0a4dbfcfedf5b8b84f02
Author: John Whelan <Wh...@users.noreply.github.com>
AuthorDate: Sun May 14 22:30:51 2023 -0500

    Update _index.md (#227)
    
    Completed translation to English.
---
 content/en/docs/performance/api-preformance/_index.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/content/en/docs/performance/api-preformance/_index.md b/content/en/docs/performance/api-preformance/_index.md
index d72c7e13..5980e07f 100644
--- a/content/en/docs/performance/api-preformance/_index.md
+++ b/content/en/docs/performance/api-preformance/_index.md
@@ -4,17 +4,17 @@ linkTitle: "HugeGraph-API Performance"
 weight: 2
 ---
 
-HugeGraph API性能测试主要测试HugeGraph-Server对RESTful API请求的并发处理能力,包括:
+The HugeGraph API performance test mainly tests HugeGraph-Server's ability to concurrently process RESTful API requests, including:
 
-- 顶点/边的单条插入
-- 顶点/边的批量插入
-- 顶点/边的查询
+- Single insertion of vertices/edges
+- Batch insertion of vertices/edges
+- Vertex/Edge Queries
 
-HugeGraph的每个发布版本的RESTful API的性能测试情况可以参考:
+For the performance test of the RESTful API of each release version of HugeGraph, please refer to:
 
 - [v0.5.6 stand-alone](/docs/performance/api-preformance/hugegraph-api-0.5.6-rocksdb/)
 - [v0.5.6 cluster](/docs/performance/api-preformance/hugegraph-api-0.5.6-cassandra/)
 - [v0.4.4](/docs/performance/api-preformance/hugegraph-api-0.4.4/)
 - [v0.2](/docs/performance/api-preformance/hugegraph-api-0.2/)
 
-> 之前的版本只提供HugeGraph所支持的后端种类中性能最好的API性能测试,从0.5.6版本开始,分别提供了单机和集群的性能情况
\ No newline at end of file
+> Starting from version 0.5.6, in addition to providing performance tests for the API with the best performance among the backend types supported by HugeGraph, performance tests for both single machine and cluster environments are now available.