Evan Phoenix
Evan Phoenix
The idea is to run the item until the cycles per 100ms timing is within 1% of the previous run. This means that the default is still 2 seconds like...
Closes #133 Any feedback welcome, especially from @zenspider
Within the code, `Benchmark::IPS.options[:width] = 40` or via the OS env `IPS_WIDTH=40 ruby my_benchmark.rb` Closes #131
Hi hi, I've got a project that is compressing large-ish chunks (4-20k per chunk) as single lz4 blocks. In doing some profiling, I found that when the chunks are sparsely...
### Description Directly following from #3487, instead of having max_fast_inline only be checked if there is a client waiting in the backlog, swing back the other direction entirely and have...
## Environment - Platform (select one): - [x] Anthropic API - [ ] AWS Bedrock - [ ] Google Vertex AI - [ ] Other: - Claude CLI version: 1.0.22...
## Environment - Platform (select one): - [x] Anthropic API - [ ] AWS Bedrock - [ ] Google Vertex AI - [ ] Other: - Claude CLI version: 1.0.24...
The current behavior disallows any mount having (r)shared on it because by default, the root is set with MS_SLAVE|MS_REC, which disallows sub-dirs from having a different propagation. Projects have been...
The current logic says "if we created a cgroup directory, we remove it". But the flaw in that logic is that if you run in /sys/fs/cgroup/ns1/container1 you'll end up creating...