Files
bun.sh/bench
Jarred Sumner 4c01454376 Make uploading files with fetch()fast (#3125)
* Make file uploads fast

* Add benchmark

* Update README.md

* defaults

* print

* prettier

* smaller

* fix(path) fix parse behavior (#3134)

* Add macro docs (#3139)

* Add macro doc

* Updates

* Tweaks

* Update doc

* Update macro serialization doc

* Update macro doc

* `--no-macros` flag, disable macros in node_modules

* invert base/filename internally (#3141)

* always false

* Fix broken test

* Add a test sendfile() test with large file

---------

Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-05-31 17:20:30 -07:00
..
2022-07-12 01:40:12 -07:00
2023-05-19 12:53:00 -04:00
2023-03-02 19:02:10 -08:00
2023-03-02 19:02:10 -08:00
2023-03-02 19:02:10 -08:00
2023-03-02 19:02:10 -08:00
2022-07-12 01:40:12 -07:00
2023-04-04 16:26:40 -07:00
2023-03-02 19:02:10 -08:00
2023-05-16 09:31:04 -07:00
2023-03-02 19:02:10 -08:00
2023-05-19 12:12:13 -07:00
2022-07-12 01:40:12 -07:00
2022-07-12 01:40:12 -07:00

npm install

bun run ffi
bun run log
bun run gzip
bun run async
bun run sqlite

# to use custom version of bun/deno/node binary
BUN=path/to/bun bun run ffi
# or edit .env file