aboutsummaryrefslogtreecommitdiff
path: root/bench/snippets/dns.node.mjs
diff options
context:
space:
mode:
authorGravatar Justin Whear <justin.whear@gmail.com> 2023-03-02 09:00:20 -0800
committerGravatar GitHub <noreply@github.com> 2023-03-02 09:00:20 -0800
commit20930849ce0bcfe685e8042a4a53d9c9dd67343b (patch)
tree2f7eaa99dd6e273bcd0e26c2adc772f2aefc7bf1 /bench/snippets/dns.node.mjs
parentefdf64746076c4ed09da87e41d7de81c2b659dab (diff)
downloadbun-20930849ce0bcfe685e8042a4a53d9c9dd67343b.tar.gz
bun-20930849ce0bcfe685e8042a4a53d9c9dd67343b.tar.zst
bun-20930849ce0bcfe685e8042a4a53d9c9dd67343b.zip
Fix `Bun.sleepSync` to actually use milliseconds (#2242)
* Fix Bun.sleep/sleepSync to actually use milliseconds `Bun.sleepSync` was accidentally treating its argument as seconds rather than milliseconds as the docs stated. This is a breaking change in that the function now behaves as documented. Fixed relevant tests. * sleepSync: add more argument checking, tests
Diffstat (limited to 'bench/snippets/dns.node.mjs')
0 files changed, 0 insertions, 0 deletions
td>2023-01-05improve `.toThrow()` compatibility with Jest (#1728)Gravatar Alex Lam S.L 2-17/+33 2023-01-04Fix Bun.serve typings (#1714)Gravatar u9g 1-2/+2 2023-01-04implement `expect().toThrow()` (#1727)Gravatar Alex Lam S.L 5-130/+370 2023-01-04Add `SharedBuffer` from WebKit to make it easier to import more WebCore stuffGravatar Jarred Sumner 2-0/+1111 2023-01-04Fix default export for streamGravatar Jarred Sumner 1-11/+4 2023-01-04Fixes #1722Gravatar Jarred Sumner 1-1/+2 2023-01-04split server/client for tcp echo benchmark to better measure net.Socket perfGravatar Jarred Sumner 2-58/+60 2023-01-04buffer list clean-ups (#1721)Gravatar Alex Lam S.L 1-37/+68 2023-01-04Support non-classes in node:net (#1712)Gravatar Jarred Sumner 1-198/+216 2023-01-04Fixes #1716Gravatar Jarred Sumner 1-2/+2 2023-01-0410x faster `new Buffer` (#1717)Gravatar Jarred Sumner 19-520/+480 2023-01-03Update README.mdGravatar Jarred Sumner 1-2/+2 2023-01-03Add sqlite to vendorGravatar Jarred Sumner 1-4/+8 2023-01-03Fixes https://github.com/oven-sh/bun/issues/1695Gravatar Jarred Sumner 1-1/+1 2023-01-03Remove usages of std.xGravatar Jarred Sumner 7-98/+75 2023-01-03[streams] speed up `Readable` in some cases (#1708)Gravatar Alex Lam S.L 3-14/+140 2023-01-03Fix crash in BufferListGravatar Jarred Sumner 1-2/+2