summaryrefslogtreecommitdiff
path: root/extensions/timers/benches
AgeCommit message (Collapse)Author
2021-05-29core: don't include_str extension js code (#10786)Luca Casonato
This speeds up incremental rebuild when only touching JS files by 13-15% Rebuild time after `touch 01_broadcast_channel.js`: main: run 1 49.18s, run 2 50.34s this: run 1 43.12s, run 2 43.19s
2021-05-22bench(timers_ops): op_now() & setTimeout() (#10744)Aaron O'Mullan