Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-24 | bench: remove http benchmarks (#26484) | Bartek Iwańczuk | |
These benchmarks run on GitHub Actions and are extremely noisy, thus not providing much value. | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-06-24 | bench: fix benchmarks (#19600) | Bartek Iwańczuk | |
2023-04-26 | bench: fix more benchmarks (#18864) | Bartek Iwańczuk | |
2023-04-03 | refactor: remove "ext/flash" (#18578) | Bartek Iwańczuk | |
With https://github.com/denoland/deno/pull/18568 landed we no longer need "ext/flash". This commit removes "deno_flash" extension completely. This should have some impact on the binary and snapshot size. Closes https://github.com/denoland/deno/issues/17356 |