License |
License |
---|---|
Categories |
CategoriesSentinel Container Microservices |
GroupId | GroupIdcom.alibaba.csp |
ArtifactId | ArtifactIdsentinel-benchmark |
Version | Version1.5.0 |
Type | Typejar |
Description |
DescriptionSentinel JMH benchmark
The parent project of Sentinel
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sentinel-benchmark-1.5.0.pom | |
sentinel-benchmark-1.5.0.jar | 118 KB |
sentinel-benchmark-1.5.0-sources.jar | 69 KB |
sentinel-benchmark-1.5.0-javadoc.jar | 215 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-benchmark/ -->
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-benchmark</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-benchmark/
implementation 'com.alibaba.csp:sentinel-benchmark:1.5.0'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-benchmark/
implementation ("com.alibaba.csp:sentinel-benchmark:1.5.0")
'com.alibaba.csp:sentinel-benchmark:jar:1.5.0'
<dependency org="com.alibaba.csp" name="sentinel-benchmark" rev="1.5.0">
<artifact name="sentinel-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-benchmark', version='1.5.0')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-benchmark" % "1.5.0"
[com.alibaba.csp/sentinel-benchmark "1.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba.csp : sentinel-core | jar | 1.5.0 |
org.openjdk.jmh : jmh-core | jar | 1.21 |
Group / Artifact | Type | Version |
---|---|---|
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.21 |