Conversation
This changset adds a `url` to the the `plus.registry` section of the API server configuration. If not specified, it will point to `http://localhost:61016` by default for Bencher Self-Hosted instances.
This changeset adds the ability to designate a `fallback` Spec for the server. In the future, if a Spec is not specified in the Job nor associated with the given Testbed, then the `fallback` Spec will be used for the job. Further, the provided Testbed will have the given `fallback` Spec assigned to it.
🤖 Claude Code ReviewPR: #679 I now have a comprehensive view of both PRs. Here's my review: PR Review:
|
|
| Branch | devel |
| Testbed | ubuntu-22.04 |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result microseconds (µs) (Result Δ%) | Upper Boundary microseconds (µs) (Limit %) |
|---|---|---|---|
| Adapter::Json | 📈 view plot 🚷 view threshold | 3.81 µs(+17.19%)Baseline: 3.25 µs | 4.39 µs (86.73%) |
| Adapter::Magic (JSON) | 📈 view plot 🚷 view threshold | 3.79 µs(+16.16%)Baseline: 3.26 µs | 4.36 µs (86.97%) |
| Adapter::Magic (Rust) | 📈 view plot 🚷 view threshold | 25.48 µs(+1.22%)Baseline: 25.17 µs | 31.36 µs (81.24%) |
| Adapter::Rust | 📈 view plot 🚷 view threshold | 2.92 µs(+4.56%)Baseline: 2.79 µs | 3.49 µs (83.66%) |
| Adapter::RustBench | 📈 view plot 🚷 view threshold | 2.89 µs(+3.65%)Baseline: 2.79 µs | 3.48 µs (83.25%) |
| head_version_insert/batch/10 | 📈 view plot 🚷 view threshold | 103.64 µs(+8.43%)Baseline: 95.58 µs | 133.32 µs (77.74%) |
| head_version_insert/batch/100 | 📈 view plot 🚷 view threshold | 242.65 µs(+4.78%)Baseline: 231.59 µs | 276.21 µs (87.85%) |
| head_version_insert/batch/255 | 📈 view plot 🚷 view threshold | 468.15 µs(+2.49%)Baseline: 456.77 µs | 507.81 µs (92.19%) |
| head_version_insert/batch/50 | 📈 view plot 🚷 view threshold | 163.17 µs(+5.18%)Baseline: 155.14 µs | 191.41 µs (85.25%) |
| threshold_query/join/10 | 📈 view plot 🚷 view threshold | 149.29 µs(+7.79%)Baseline: 138.50 µs | 180.36 µs (82.77%) |
| threshold_query/join/20 | 📈 view plot 🚷 view threshold | 161.53 µs(+5.93%)Baseline: 152.49 µs | 194.48 µs (83.06%) |
| threshold_query/join/5 | 📈 view plot 🚷 view threshold | 140.25 µs(+6.89%)Baseline: 131.21 µs | 169.32 µs (82.83%) |
| threshold_query/join/50 | 📈 view plot 🚷 view threshold | 200.39 µs(+3.80%)Baseline: 193.05 µs | 239.19 µs (83.78%) |
fallbackSpec #677: Add ability to designate afallbackSpec