v0y4g3r / prom-write-request-bench

Apache License 2.0
11 stars 4 forks source link

Step7/bump allocator #1

Open discord9 opened 7 months ago

discord9 commented 7 months ago

Added a bump allocator to test it's perf again pooling, perf_change turned out for unpooled request, the time is decreased by 30%, and as expected, for pooled request, time consume goes up by 6%, which indicate bump allocator is better suit for case where pooling request is hard, allocation is small and phased