Conversation
|
🦢 Load Test Results Goose Attack ReportPlan Overview
Request Metrics
Response Time Metrics
Status Code Metrics
Transaction Metrics
Scenario Metrics
|
Token validation fetched the scope's domain separately from the already-resolved user domain, even when both point at the same row (the common case: project and user in the same domain). Skip the second `get_domain` lookup when domain_ids match. resolve_implied_roles pulled the entire implied_role table on every call, regardless of how many roles were actually being resolved. Walk the imply graph breadth-first from the assignments' own role IDs via list_role_imply_rules_by_prior instead, since effective-role sets are typically a handful of roles. Also select last local user password only when showing single or listing users. Signed-off-by: Artem Goncharov <artem.goncharov@gmail.com>
|
🧪 Tempest Identity Compatibility Results (advisory, non-blocking) rust Failed test IDs |
gtema
enabled auto-merge
July 28, 2026 13:47
|
| Project | keystone |
| Branch | perf |
| Testbed | ubuntu-latest |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result nanoseconds (ns) (Result Δ%) | Upper Boundary nanoseconds (ns) (Limit %) |
|---|---|---|---|
| Command_Serde/apply/remove | 📈 view plot 🚷 view threshold | 142,580.00 ns(-53.75%)Baseline: 308,263.34 ns | 1,597,799.48 ns (8.92%) |
| Command_Serde/apply/set | 📈 view plot 🚷 view threshold | 157,980.00 ns(-51.98%)Baseline: 328,976.91 ns | 1,575,959.92 ns (10.02%) |
| Command_Serde/pack/delete | 📈 view plot 🚷 view threshold | 122.07 ns(+2.98%)Baseline: 118.54 ns | 155.79 ns (78.36%) |
| Command_Serde/pack/delete_index | 📈 view plot 🚷 view threshold | 108.64 ns(+3.63%)Baseline: 104.83 ns | 136.39 ns (79.65%) |
| Command_Serde/pack/set | 📈 view plot 🚷 view threshold | 194.54 ns(+2.46%)Baseline: 189.88 ns | 247.71 ns (78.53%) |
| Command_Serde/pack/set_index | 📈 view plot 🚷 view threshold | 108.36 ns(+3.39%)Baseline: 104.80 ns | 136.52 ns (79.37%) |
| Command_Serde/unpack/delete | 📈 view plot 🚷 view threshold | 192.95 ns(+4.28%)Baseline: 185.03 ns | 264.20 ns (73.03%) |
| Command_Serde/unpack/delete_index | 📈 view plot 🚷 view threshold | 157.51 ns(+1.59%)Baseline: 155.04 ns | 215.66 ns (73.04%) |
| Command_Serde/unpack/set | 📈 view plot 🚷 view threshold | 281.47 ns(+8.60%)Baseline: 259.18 ns | 352.25 ns (79.91%) |
| Command_Serde/unpack/set_index | 📈 view plot 🚷 view threshold | 154.81 ns(+1.63%)Baseline: 152.33 ns | 211.09 ns (73.34%) |
| Payload_encryption/pack/remove_cmd | 📈 view plot 🚷 view threshold | 127.01 ns(+13.46%)Baseline: 111.94 ns | 147.98 ns (85.83%) |
| Payload_encryption/pack/set_cmd | 📈 view plot 🚷 view threshold | 198.83 ns(+1.66%)Baseline: 195.58 ns | 265.38 ns (74.92%) |
| Payload_encryption/unpack/remove_cmd | 📈 view plot 🚷 view threshold | 211.87 ns(+8.82%)Baseline: 194.69 ns | 279.60 ns (75.78%) |
| Payload_encryption/unpack/set_cmd | 📈 view plot 🚷 view threshold | 305.88 ns(+12.57%)Baseline: 271.72 ns | 375.59 ns (81.44%) |
| Raft_1Node_Latency/prefix/1node | 📈 view plot 🚷 view threshold | 2,491,000.00 ns(-8.47%)Baseline: 2,721,646.09 ns | 6,564,437.07 ns (37.95%) |
| Raft_1Node_Latency/read/1node | 📈 view plot 🚷 view threshold | 43,876.00 ns(+14.79%)Baseline: 38,222.69 ns | 54,116.03 ns (81.08%) |
| Raft_1Node_Latency/remove/1node | 📈 view plot 🚷 view threshold | 417,320.00 ns(-47.50%)Baseline: 794,955.62 ns | 3,891,058.86 ns (10.73%) |
| Raft_1Node_Latency/write/1node | 📈 view plot 🚷 view threshold | 417,970.00 ns(-55.91%)Baseline: 947,995.31 ns | 5,439,675.79 ns (7.68%) |
| build_snapshot/default | 📈 view plot 🚷 view threshold | 114,670.00 ns(-7.07%)Baseline: 123,400.02 ns | 208,899.32 ns (54.89%) |
| fernet token/project | 📈 view plot 🚷 view threshold | 1,504.90 ns(+6.90%)Baseline: 1,407.74 ns | 1,791.01 ns (84.03%) |
| get_data_keyspace | 📈 view plot 🚷 view threshold | 0.31 ns(-0.40%)Baseline: 0.31 ns | 0.39 ns (80.84%) |
| get_db | 📈 view plot 🚷 view threshold | 0.31 ns(-0.49%)Baseline: 0.31 ns | 0.39 ns (80.84%) |
| get_fernet_token_timestamp/project | 📈 view plot 🚷 view threshold | 133.79 ns(-3.96%)Baseline: 139.31 ns | 179.94 ns (74.35%) |
| get_keyspace | 📈 view plot 🚷 view threshold | 4.28 ns(-24.88%)Baseline: 5.70 ns | 12.89 ns (33.19%) |
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 28, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 28, 2026
Open
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.
Token validation fetched the scope's domain separately from the
already-resolved user domain, even when both point at the same
row (the common case: project and user in the same domain). Skip
the second
get_domainlookup when domain_ids match.resolve_implied_roles pulled the entire implied_role table on every
call, regardless of how many roles were actually being resolved.
Walk the imply graph breadth-first from the assignments' own role
IDs via list_role_imply_rules_by_prior instead, since effective-role
sets are typically a handful of roles.
Also select last local user password only when showing single or listing
users.