From 8dae33cc5b01b36987187112cb954fc50c551045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Wed, 16 Aug 2017 08:35:48 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 360cee96b..74901fc5c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Sky Walking | [中文](https://github.com/wu-sheng/sky-walking/wiki/sky-walking- * Auto instrumentation by javaagent, **no need to CHANGE any application source code**. + * High performance agent. Only cost 12% (Total:400%) cpu in 4000 tps application. * [Supported middlewares, frameworks and libraries](https://github.com/wu-sheng/sky-walking/wiki/3.0-supported-list). * Manual instrumentation * As an [OpenTracing supported tracer](http://opentracing.io/documentation/pages/supported-tracers) @@ -54,7 +55,7 @@ This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDU - Automatic integration test reports - [Java Agent test report](https://github.com/sky-walking/agent-integration-test-report) - Performance test reports - - [Java Agent test report]() + - [Java Agent test report](https://github.com/sky-walking/Agent-Benchmarks#benchmarks) # Document * [WIKI](https://github.com/wu-sheng/sky-walking/wiki)