Mercurial
comparison benchmark/bun-http-framework-benchmark/dev/adonis/.adonisrc.json @ 183:a8976a008a9d
[BenchMark] Added bun bench mark to test seoboe vs other popular benchmarks.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 23 Jan 2026 21:19:08 -0800 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 179:8d17f6e6e290 | 183:a8976a008a9d |
|---|---|
| 1 { | |
| 2 "typescript": true, | |
| 3 "commands": ["./commands", "@adonisjs/core/build/commands/index.js"], | |
| 4 "exceptionHandlerNamespace": "App/Exceptions/Handler", | |
| 5 "aliases": { | |
| 6 "App": "app", | |
| 7 "Config": "config", | |
| 8 "Database": "database", | |
| 9 "Contracts": "contracts" | |
| 10 }, | |
| 11 "preloads": ["./start/routes", "./start/kernel"], | |
| 12 "providers": ["./providers/AppProvider", "@adonisjs/core"], | |
| 13 "metaFiles": [ | |
| 14 { | |
| 15 "pattern": "public/**", | |
| 16 "reloadServer": false | |
| 17 } | |
| 18 ], | |
| 19 "tests": { | |
| 20 "suites": [ | |
| 21 { | |
| 22 "name": "functional", | |
| 23 "files": ["tests/functional/**/*.spec(.ts|.js)"], | |
| 24 "timeout": 60000 | |
| 25 } | |
| 26 ] | |
| 27 }, | |
| 28 "testProviders": ["@japa/preset-adonis/TestsProvider"] | |
| 29 } |