0

Update license of the pspdfkit benchmark

The license issue on https://pspdfkit.com/webassembly-benchmark
has been fixed. This CL updates the wprgo files for the benchmark.

For some reason the first navigation to the URL fails. Therefore the
benchmark now navigates to the URL twice.

R=johnchen@chromium.org

Bug: 1455191
Change-Id: I5a406d730118d32e978f187e004fdc1124728be0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4616070
Reviewed-by: John Chen <johnchen@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158903}
This commit is contained in:
Andreas Haas
2023-06-16 16:51:41 +00:00
committed by Chromium LUCI CQ
parent bda952bec3
commit 7041d62ea4
4 changed files with 5 additions and 2 deletions

@ -1,7 +1,7 @@
{
"archives": {
"https://pspdfkit.com/webassembly-benchmark/": {
"DEFAULT": "WasmPsPdfKit_7e553afacf.wprgo"
"DEFAULT": "WasmPsPdfKit_198c35a599.wprgo"
}
},
"description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.",

@ -0,0 +1 @@
198c35a59963f0a5ce776e0f378608e9dce963f5

@ -1 +0,0 @@
7e553afacf8dc3bdd283cd5aed3b1201de3a09e0

@ -10,6 +10,9 @@ class WasmPsPdfKitStory(press_story.PressStory):
URL = 'https://pspdfkit.com/webassembly-benchmark/'
def ExecuteTest(self, action_runner):
# The initial navigation to the URL fails sometimes, the second navigation
# works reliably.
action_runner.Navigate(self.URL)
action_runner.WaitForElement(text='All done!', timeout_in_seconds=480)
def ParseTestResults(self, action_runner):