Skip to content

Commit bd9db0f

Browse files
committed
Fix test for case navigation, add most recent benchmark
1 parent 2032f83 commit bd9db0f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

cirrus_benchmark_suite/benchmark.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,8 @@ def benchmark_reader_study(benchmarks, page, session_url):
7676
# Wait 5 seconds to allow from some pre-loading
7777
page.wait_for_timeout(5000)
7878

79-
page.locator("#reader-study-switcher-next-button").click()
80-
ok_button = page.get_by_role("button", name="Ok")
81-
8279
with Timer() as timer:
83-
ok_button.click()
80+
page.locator("#reader-study-switcher-next-button").click()
8481

8582
# 1. Case information
8683
expect(page.get_by_text("This is friendly geezer")).to_be_visible()

data/benchmarks.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ id,datetime,suite_git_commit,CIRRUS_version,readerstudy.loading_first_case,reade
4848
46,2025-04-28 18:19,b0d979e9fa4b765d3265dcc3fdffe391c4daa3da,v2025.04.0,10423,1349,12831,11886
4949
47,2025-04-28 18:21,b0d979e9fa4b765d3265dcc3fdffe391c4daa3da,v2025.04.0,9502,879,12569,11773
5050
48,2025-06-25 17:23,eb80632225f6840831bb77ae49ffa300430ba4e6,v2025.06.3,9230,1007,14294,11998
51-
51+
49,2025-08-12 17:47,2032f8362332f3fa3a41743cae30064ef78722d3,v2025.07.2,10076,426,12014,10369

0 commit comments

Comments
 (0)