cloudflare
workerd
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Implement a user tracing API for custom spans
#6608
Merged
Comparing
dlapid/asyncContextUserTracing
(
fa4180d
) with
main
(
764b4e8
)
CodSpeed Performance Gauge
+39%
Improvement
1
Untouched
71
Skipped
129
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Improvement
Untouched
Skipped
201 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
simpleStringBody[Response]
src/workerd/tests/bench-response.c++
CodSpeed Performance Gauge
+39%
27.2 µs
19.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bodyWithHeaders[Response]
src/workerd/tests/bench-response.c++
CodSpeed Performance Gauge
+1%
30.9 µs
30.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
EncodeInto_ASCII_8192[TextEncoder][1/0/8192]
src/workerd/tests/bench-text-encoder.c++
CodSpeed Performance Gauge
+1%
3.6 ms
3.6 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
jsonResponse[Response]
src/workerd/tests/bench-response.c++
CodSpeed Performance Gauge
0%
40.9 µs
40.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
EncodeInto_TwoByte_256[TextEncoder][1/2/256]
src/workerd/tests/bench-text-encoder.c++
CodSpeed Performance Gauge
0%
5.3 ms
5.3 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
EncodeInto_OneByte_1024[TextEncoder][1/1/1024]
src/workerd/tests/bench-text-encoder.c++
CodSpeed Performance Gauge
0%
10.3 ms
10.3 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
request[GlobalScopeBenchmark]
src/workerd/tests/bench-global-scope.c++
CodSpeed Performance Gauge
0%
52.6 ms
52.6 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
EncodeInto_ASCII_256[TextEncoder][1/0/256]
src/workerd/tests/bench-text-encoder.c++
CodSpeed Performance Gauge
0%
2.4 ms
2.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
EncodeInto_ASCII_1024[TextEncoder][1/0/1024]
src/workerd/tests/bench-text-encoder.c++
CodSpeed Performance Gauge
0%
2.5 ms
2.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
EncodeInto_OneByte_256[TextEncoder][1/1/256]
src/workerd/tests/bench-text-encoder.c++
CodSpeed Performance Gauge
0%
4.3 ms
4.3 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
EncodeInto_OneByte_8192[TextEncoder][1/1/8192]
src/workerd/tests/bench-text-encoder.c++
CodSpeed Performance Gauge
0%
66.5 ms
66.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
set_append[ApiHeaders]
src/workerd/tests/bench-api-headers.c++
CodSpeed Performance Gauge
0%
12.1 ms
12.1 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
Encode_TwoByte_1024[TextEncoder][0/2/1024]
src/workerd/tests/bench-text-encoder.c++
CodSpeed Performance Gauge
0%
16 ms
16 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
Test_JSON_DEC
src/workerd/tests/bench-json.c++
CodSpeed Performance Gauge
0%
3.3 s
3.3 s
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
EncodeInto_TwoByte_1024[TextEncoder][1/2/1024]
src/workerd/tests/bench-text-encoder.c++
CodSpeed Performance Gauge
0%
14 ms
14 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bm_Http_FullProtocol
external/+http+capnp-cpp/src/capnp/compat/http-over-capnp-bench.c++
CodSpeed Performance Gauge
0%
74.1 µs
74.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bm_Http_OverCapnpFullRPC
external/+http+capnp-cpp/src/capnp/compat/http-over-capnp-bench.c++
CodSpeed Performance Gauge
0%
234.8 µs
234.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
JsString_Utf8Length_Utf16_Flat_1024
src/workerd/tests/bench-jsstring.c++
CodSpeed Performance Gauge
0%
3.2 µs
3.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bm_Coro_CoAwait_ImmediatePromise
external/+http+capnp-cpp/src/kj/async-bench.c++
CodSpeed Performance Gauge
0%
5.5 µs
5.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bm_Http_Baseline
external/+http+capnp-cpp/src/capnp/compat/http-over-capnp-bench.c++
CodSpeed Performance Gauge
0%
11.2 µs
11.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bm_Http_ClientWrapper
external/+http+capnp-cpp/src/capnp/compat/http-over-capnp-bench.c++
CodSpeed Performance Gauge
0%
34.7 µs
34.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
JsString_Utf8Length_Utf16_Flat_256
src/workerd/tests/bench-jsstring.c++
CodSpeed Performance Gauge
0%
2.1 µs
2.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bm_Coro_CoAwait_ImmediateCoroutine
external/+http+capnp-cpp/src/kj/async-bench.c++
CodSpeed Performance Gauge
0%
5.4 µs
5.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
JsString_Utf8Length_Utf16_Invalid_Flat_256
src/workerd/tests/bench-jsstring.c++
CodSpeed Performance Gauge
0%
3.3 µs
3.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bm_Coro_Pow2_20
external/+http+capnp-cpp/src/kj/async-bench.c++
CodSpeed Performance Gauge
0%
17.3 µs
17.3 µs
1
2
3
4
5
...
9
Commits
Click on a commit to change the comparison range
Base
main
764b4e8
+39.14%
Expose Tracing on ctx.tracing and 'cloudflare:workers' import
fa4180d
4 days ago
by danlapid
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs