Skip to content

Data: Sourcegraph.com search latencies

Created by: slimsag

(no action needed) I am recording some Sourcegraph.com search latencies here to compare the before-and-after of enabling the enableFastResultLoading feature flag which should reduce bytes transferred for loading each search result by ~50-70%.

Time to first result (last 14d of data)

Query used:

avg by (type)(histogram_quantile($PERCENTILE, rate(src_search_latency_frontend_first_result_seconds_bucket{type="$TYPE"}[6h])))

Count query used:

sum by (type)(src_search_latency_frontend_first_result_seconds_count)

Literal search

Count of literal searches over time

image

50th percentile over 6h (seconds)

image

80th percentile over 6h (seconds)

image

90th percentile over 6h (seconds)

image

95th percentile over 6h (seconds)

image

Regexp search

Count of regexp searches over time

image

50th percentile over 6h (seconds)

image

80th percentile over 6h (seconds)

image

90th percentile over 6h (seconds)

image

95th percentile over 6h (seconds)

image