You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(readme): update repo URLs, Discord link, and project structure
- Update badge URLs from AvalancheHQ to CodSpeedHQ
- Link Discord server text directly to invite URL
- Remove stale instrument-hooks-jvm entry
- Fix example paths to match current project structure
This repo contains the CodSpeed integration for JVM-based projects using [JMH](https://github.com/openjdk/jmh):
11
11
12
12
-[`jmh-fork`](./jmh-fork/): Forked JMH with CodSpeed walltime result collection
13
-
-[`instrument-hooks-jvm`](./instrument-hooks-jvm/): JNI bindings for CodSpeed [instrument hooks](https://github.com/CodSpeedHQ/instrument-hooks)
14
-
-[`example`](./example/): Example JMH benchmarks
13
+
-[`examples`](./examples/): Example JMH benchmarks (Gradle and Maven)
15
14
16
15
## Usage
17
16
18
17
Add the CodSpeed JMH fork to your project and write benchmarks as you normally would with JMH. When running your benchmarks in CI with CodSpeed, the results will be automatically collected and reported.
19
18
20
-
For information on how to integrate it, see the [CodSpeed documentation](https://codspeed.io/docs). If you need further information to integrate CodSpeed to your project, please feel free to open an issue or ask for help on our discord server.
19
+
For information on how to integrate it, see the [CodSpeed documentation](https://codspeed.io/docs). If you need further information to integrate CodSpeed to your project, please feel free to open an issue or ask for help on our [Discord server](https://discord.com/invite/MxpaCfKSqF).
21
20
22
21
## Local Usage
23
22
@@ -29,25 +28,20 @@ For information on how to integrate it, see the [CodSpeed documentation](https:/
29
28
30
29
### Setup
31
30
32
-
1. Build and install the instrument hooks to your local Maven repository:
0 commit comments