https://github.com/johnsonlee/booster-benchmark
Benchmark Test for Booster
https://github.com/johnsonlee/booster-benchmark
Last synced: 2 months ago
JSON representation
Benchmark Test for Booster
- Host: GitHub
- URL: https://github.com/johnsonlee/booster-benchmark
- Owner: johnsonlee
- License: gpl-3.0
- Created: 2019-12-30T06:48:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T16:16:38.000Z (almost 4 years ago)
- Last Synced: 2025-06-02T02:49:23.753Z (about 1 year ago)
- Language: Kotlin
- Size: 2.99 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
Benchmark test for [Booster](https://github.com/johnsonlee/booster)
## Run Benchmark
- jar-file-transform
```bash
./gradlew :jar-file-transform:jmh
```
- class-load
```bash
./gradlew :class-load:jmh
```