Merged
Conversation
pkcakeout
commented
Feb 3, 2026
cirrus_benchmark_suite/session.py
Outdated
| ) | ||
|
|
||
| response = page.goto(session_create_url) | ||
| response = page.goto(f"{session_create_url}whatever/00000000-0000-0000-0000-000000000000") |
Member
Author
There was a problem hiding this comment.
Now required pattern because of the updated rewrite rules. /cirrus simply sends you to a broken page which does not work because some assets are missing if you go there.
Member
Author
There was a problem hiding this comment.
... I might fix this tomorrow, actually.
pkcakeout
commented
Feb 3, 2026
Member
Author
There was a problem hiding this comment.
Updated the dependencies. The old ones did not work anymore on modern Linux systems.
pkcakeout
commented
Feb 3, 2026
| 51,2025-10-27 10:55,a06394c20b8cc8a06d2bf2a728762918dffabebd,v2025.10.1,9145,513,13050,11375 | ||
| 52,2025-11-25 01:24,92efae66ebd026f858c55a80a4ecb42a3e4d5784,v2025.11.0,5482,420,7664,6435 | ||
| 53,2025-12-18 20:50,e33e72c7e5383cfc85355ab92e9c6be533d47629,v2025.12.0,5692,440,8008,6488 | ||
| 54,2026-02-03 22:40,fbc91c0f88abcc133c5162d85d5c1a7dc3141fbf,v2026.02.0,8602,492,12020,10980 |
Member
Author
There was a problem hiding this comment.
Added benchmarks for new release.
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.
Fixes for the new CIRRUS-release. Details in the code-comments below.