Skip to content

Commit d06822d

Browse files
committed
Add benchmark
1 parent 450f59b commit d06822d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2026-28-02-tree-compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Reducing cold starts from 2.05 seconds to 78 milliseconds changes how scaling be
166166
Memory configuration also directly affects cost. AWS Lambda requires a minimum of 128MB, but higher memory tiers increase both price and allocated CPU share. A function that peaks at 21MB gives you confidence that 128MB is more than sufficient, whereas a function peaking near 200MB forces you into higher memory tiers for safety.
167167

168168
<div style="text-align: center;">
169-
<img src="https://github.com/barufa/barufa.github.io/blob/main/assets/img/treecompiler_benchmark.svg" alt="Benchmark" />
169+
<img src="https://raw.githubusercontent.com/barufa/barufa.github.io/refs/heads/main/assets/img/treecompiler_benchmark.svg" alt="Benchmark" />
170170
</div>
171171

172172
If you process millions of requests per day, a 12x reduction in median latency translates into dramatically lower billed compute time. An 83% reduction in memory usage reduces the need to overprovision memory for safety margins.

0 commit comments

Comments
 (0)