1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests
Matt Mastracci 1bbf67f6ca
perf(ext/websocket): Reduce GC pressure & monomorpize op_ws_next_event (#19405)
Reduce the GC pressure from the websocket event method by splitting it
into an event getter and a buffer getter.

Before:
165.9k msg/sec

After:
169.9k msg/sec
2023-06-09 01:13:27 +02:00
..
integration fix(cli): formatting bench with colors (#19323) 2023-06-09 01:13:25 +02:00
node_compat chore(node_compat): fix path strings generated by setup.ts (#19347) 2023-06-09 01:13:20 +02:00
testdata fix(cli): formatting bench with colors (#19323) 2023-06-09 01:13:25 +02:00
unit perf(ext/websocket): Reduce GC pressure & monomorpize op_ws_next_event (#19405) 2023-06-09 01:13:27 +02:00
unit_node feat(node_compat): Add a write method to the FileHandle class (#19385) 2023-06-09 01:13:26 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00