build: pin -std=c11 for instrument-hooks core.c#128
Open
not-matthias wants to merge 1 commit into
Open
Conversation
The Zig-generated dist/core.c is rejected under C23 (GCC 15's default), so pin C11 in the native extension build.
Merging this PR will improve performance by 2.8%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | WallTime | test_sum_of_squares[sum_of_squares_sum_labmda_product] |
279.3 µs | 301.2 µs | -7.27% |
| ❌ | Memory | test_multiprocessing_map[10000] |
3.5 MB | 3.8 MB | -7.25% |
| ❌ | WallTime | test_multiprocessing_map[1000] |
57.6 ms | 61.2 ms | -5.9% |
| ❌ | WallTime | test_is_complete[board0] |
1.8 µs | 1.9 µs | -4.8% |
| ❌ | WallTime | test_combination_sum[candidates0-8] |
11.3 µs | 11.8 µs | -4.73% |
| ❌ | WallTime | test_hostname_resolution[google.com] |
396.6 µs | 413 µs | -3.98% |
| ❌ | WallTime | test_open_close_fd[10] |
92.1 µs | 95.8 µs | -3.82% |
| ❌ | WallTime | test_open_knight_tour[1] |
4.3 µs | 4.4 µs | -3.73% |
| ❌ | WallTime | test_make_highshelf |
7.6 µs | 7.9 µs | -3.69% |
| ❌ | WallTime | test_array_alloc[100000] |
189 µs | 194.7 µs | -2.91% |
| ❌ | WallTime | test_pipe_communication[1000] |
6.5 ms | 6.7 ms | -2.73% |
| ❌ | WallTime | test_generate_all_permutations[sequence1] |
163.8 µs | 168.4 µs | -2.72% |
| ❌ | WallTime | test_color[graph0-3] |
30.5 µs | 31.1 µs | -2.2% |
| ❌ | WallTime | test_fs_write[1000000] |
2.7 ms | 2.7 ms | -2.16% |
| ❌ | WallTime | test_hostname_resolution[localhost] |
121.2 µs | 123.8 µs | -2.07% |
| ⚡ | Memory | test_multiprocessing_map[1000] |
4.8 MB | 3.3 MB | +46% |
| ⚡ | Memory | test_multiprocessing_map[100] |
3.5 MB | 2.8 MB | +22.59% |
| ⚡ | WallTime | test_tcp_connection[1.1.1.1-53] |
964.4 µs | 837 µs | +15.22% |
| ⚡ | Memory | test_multiprocessing_map[10] |
3.9 MB | 3.4 MB | +13.97% |
| ⚡ | WallTime | test_sum_of_squares[sum_of_squares_sum_labmda_power] |
359.8 µs | 325.7 µs | +10.46% |
| ... | ... | ... | ... | ... | ... |
ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing cod-2953-use-stdc11-for-instrument-hooks-in-integrations (65832cc) with master (b2d12d8)
GuillaumeLagrange
approved these changes
Jun 23, 2026
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.
No description provided.