diff --git a/doc/2.0/fate/performance/peformance_comparision.md b/doc/2.0/fate/performance/performance_comparison.md similarity index 100% rename from doc/2.0/fate/performance/peformance_comparision.md rename to doc/2.0/fate/performance/performance_comparison.md diff --git a/doc/2.0/fate/performance/performance_multi_engines.md b/doc/2.0/fate/performance/performance_multi_engines.md index 7d7b38efdc..618a61fa16 100644 --- a/doc/2.0/fate/performance/performance_multi_engines.md +++ b/doc/2.0/fate/performance/performance_multi_engines.md @@ -15,10 +15,22 @@ Testing configuration: * guest site: 10w * 30 dimensions, host size: 10w * 300 dimensions * Job Configuration: * computing_partitions: 16 - + | Algorithm | EggRoll | Spark-Local | Standalone | | ------------------------| -------------| ------------| ------------| -| PSI | 7m43s | 7m28s | 11m57s | -| Hetero-SSHE-LR | 5m17s/epoch | 6m4s/epoch | 5m41s/epoch | -| Hetero-Coordinated-LR | 2m22s/epoch | 2m21s/epoch | 2m22s/epoch | -| Hetero-SecureBoost | 2m11s/epoch | 3m41s/epoch | 2m15s/epoch | +| PSI | 7m43s | 7m28s | 7m10s | +| Hetero-SSHE-LR | 5m17s/epoch | 6m4s/epoch | 5m34s/epoch | +| Hetero-Coordinated-LR | 2m22s/epoch | 2m21s/epoch | 2m19s/epoch | +| Hetero-SecureBoost | 2m11s/epoch | 3m41s/epoch | 1m54s/tree | + + +Base on the same testing configuration,we have also tested on different encryption schemas. +* algorithm parameters: + * he_params: tested on `he_param(kind="paillier")` and `he_param(kind="mock")`, mock stands for plaintext. +* other configurations: same with `Testing configuration` list above + +| Algorithm | EggRoll(Paillier) | EggRoll(Mock) | Spark-Local(Paillier) | Spark-Local(Mock) | Standalone(Paillier) | Standalone(Mock) | +| ------------------------| ------------------| ------------- | --------------------- | ----------------- | --------------------- | ---------------- | +| Hetero-Coordinated-LR | 2m22s/epoch | 19s/epoch | 2m21s/epoch | 20s/epoch | 2m19s/epoch | 19s/epoch | +| Hetero-SecureBoost | 2m11s/epoch | 1m36s/epoch | 3m41s/epoch | 2m57s/epoch | 1m54s/epoch | 1m17s/epoch | +