Skip to content

Commit bedb8b2

Browse files
committed
add maven badge
1 parent d6d24cb commit bedb8b2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
![](https://travis-ci.org/neoremind/dynamic-proxy.svg?branch=master)
66
[![Coverage Status](https://coveralls.io/repos/github/neoremind/dynamic-proxy/badge.svg?branch=master)](https://coveralls.io/github/neoremind/dynamic-proxy?branch=master)
7+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.neoremind/dynamicproxy/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.neoremind/dynamicproxy)
78
[![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)](http://www.apache.org/licenses/LICENSE-2.0)
89

910
Dynamic proxy is a useful library for Java developers to generate proxy object. This library leverages a wide range of byte-code generation methods, including
@@ -167,6 +168,8 @@ assertThat(service.echo("wow"), Matchers.is("wow"));
167168

168169

169170
## 2. Performace test
171+
The following performance tests are based on `Invoker` mode. To view source code, please [visit here](https://github.com/neoremind/dynamic-proxy/blob/master/src/test/java/net/neoremind/dynamicproxy/PerformaceTest.java).
172+
170173
Test execution environment:
171174
```
172175
CPU: Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>net.neoremind</groupId>
77
<artifactId>dynamicproxy</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010
<name>dynamic-proxy</name>
1111
<description>Dynamic proxy for java</description>

0 commit comments

Comments
 (0)