Skip to content

Commit

Permalink
Adjust benchmark numbers based on current passes on FP3
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed Aug 23, 2024
1 parent 8da9dec commit db2fd33
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ class EntitiesBenchmarkTest {
.clickOKOnDialog(MainMenuPage())

.clickGetBlankForm()
.benchmark("Downloading form with http cache", 20, benchmarker) {
.benchmark("Downloading form with http cache", 25, benchmarker) {
it.clickGetSelected()
}

.clickOK(MainMenuPage())
.clickGetBlankForm()
.benchmark("Downloading form second time with http cache", 90, benchmarker) {
.benchmark("Downloading form second time with http cache", 75, benchmarker) {
it.clickGetSelected()
}

Expand Down

0 comments on commit db2fd33

Please sign in to comment.