1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/bench
Asher Gomez bc51eca700
BREAKING: remove deno bundle (#25339)
`deno bundle` now produces:
```
error: ⚠️ `deno bundle` was removed in Deno 2.

See the Deno 1.x to 2.x Migration Guide for migration instructions: https://docs.deno.com/runtime/manual/advanced/migrate_deprecations
```

`deno bundle --help` now produces:
```
⚠️ `deno bundle` was removed in Deno 2.

See the Deno 1.x to 2.x Migration Guide for migration instructions: https://docs.deno.com/runtime/manual/advanced/migrate_deprecations

Usage: deno bundle [OPTIONS]

Options:
  -q, --quiet     Suppress diagnostic output
      --unstable  Enable all unstable features and APIs. Instead of using this flag, consider enabling individual unstable features
                    To view the list of individual unstable feature flags, run this command again with --help=unstable
```
2024-09-02 17:27:37 +02:00
..
fs chore: update the copyright of c, mjs, and jsx (#25005) 2024-08-12 12:41:32 -04:00
http chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
napi chore: update the copyright of c, mjs, and jsx (#25005) 2024-08-12 12:41:32 -04:00
stdio chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
testdata chore(lsp): Add benchmark for performance on a large real-world repo (#23395) 2024-04-16 12:26:51 -07:00
cache_api.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
command.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
console.js chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
deno_common.js chore: upgrade dlint to 0.60.0 (#24041) 2024-06-05 01:09:29 +02:00
encode_into.js chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
getrandom.js chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
http.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
lsp.rs refactor(lsp): changes for lsp_types 0.97.0 (#25169) 2024-08-24 01:21:21 +01:00
lsp_bench_standalone.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
main.rs BREAKING: remove deno bundle (#25339) 2024-09-02 17:27:37 +02:00
op_now.js chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
README.md refactor(bench): continuous benchmarking improvements (#14821) 2022-06-28 17:51:05 +05:30
secure_curves.js chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
tcp.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
tty.js chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
url_parse.js chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
webstorage.js chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
write_file.js chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00

benchmark filtering:

cargo bench --bench deno_bench -- bundle

benchmark plots:

new: https://denoland.grafana.net/d/vErC9VCnz/benchmarks?orgId=1 old: deno.land/benchmarks