Skip to content

Commit 71fd8da

Browse files
authored
Update Wasm testing investigation score to 66.6% (#4173)
* Update Wasm testing investigation score to 66.6% * Fix quotes
1 parent ed24356 commit 71fd8da

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

webapp/components/interop-data.js

+1
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,7 @@ export const interopData = {
842842
'url': 'https://github.com/web-platform-tests/interop-2024-wasm',
843843
'scores_over_time': [
844844
{ 'date': '2024-11-19', 'score': 333 },
845+
{ 'date': '2024-12-20', 'score': 666 },
845846
]
846847
}
847848
],

webapp/static/interop-data.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,8 @@
818818
"name": "WebAssembly Testing",
819819
"url": "https://github.com/web-platform-tests/interop-2024-wasm",
820820
"scores_over_time": [
821-
{ "date": "2024-11-19", "score": 333 }
821+
{ "date": "2024-11-19", "score": 333 },
822+
{ "date": "2024-12-20", "score": 666 }
822823
]
823824
}
824825
],

0 commit comments

Comments
 (0)