Skip to content

Commit

Permalink
Update Wasm testing investigation score to 66.6% (#4173)
Browse files Browse the repository at this point in the history
* Update Wasm testing investigation score to 66.6%

* Fix quotes
  • Loading branch information
past authored Dec 20, 2024
1 parent ed24356 commit 71fd8da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions webapp/components/interop-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,7 @@ export const interopData = {
'url': 'https://github.com/web-platform-tests/interop-2024-wasm',
'scores_over_time': [
{ 'date': '2024-11-19', 'score': 333 },
{ 'date': '2024-12-20', 'score': 666 },
]
}
],
Expand Down
3 changes: 2 additions & 1 deletion webapp/static/interop-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,8 @@
"name": "WebAssembly Testing",
"url": "https://github.com/web-platform-tests/interop-2024-wasm",
"scores_over_time": [
{ "date": "2024-11-19", "score": 333 }
{ "date": "2024-11-19", "score": 333 },
{ "date": "2024-12-20", "score": 666 }
]
}
],
Expand Down

0 comments on commit 71fd8da

Please sign in to comment.