hical: pin HICAL_REF to 2a45016 (latest main) + trigger re-benchmark#1057
Open
Hical61 wants to merge 3 commits into
Open
hical: pin HICAL_REF to 2a45016 (latest main) + trigger re-benchmark#1057Hical61 wants to merge 3 commits into
Hical61 wants to merge 3 commits into
Conversation
Owner
|
/benchmark -f hical --save |
Contributor
|
👋 |
Contributor
Benchmark ResultsFramework:
Full log |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Pin
HICAL_REFfrommainto commit2a45016, ensuring reproducible builds.Since the initial PR (#864, Jun 13), Hical's main branch has accumulated 41 commits, including performance-relevant changes:
6062f54perf: optimistic sync write + early readBuf release (throughput improvement under high concurrency)633d181perf: speculative read on stack buffer, eliminating ~20k unnecessary epoll_ctl calls0894b2bperf: idempotent preparePayload + WebSocket frame buffer reuse (P99 latency improvement)7416731perf: ChunkedBody/SSE/Gzip compression optimizations06a4768feat: PerfectHashRouter — compile-time perfect hash for static route lookup071ce4cfeat: GzipCompression middleware (v2.6.6, enables json-comp)Changes
frameworks/hical/Dockerfile: Switch fromgit clone --branch maintogit init + fetch + checkout FETCH_HEAD, pinningHICAL_REFto2a45016bbdcbf3dd93838beaf058e109f3f5dbfdTrigger re-benchmark to reflect the latest code on the leaderboard.
/benchmark -f hical --save