refactor: update perfops

This commit is contained in:
Sukka 2019-05-20 18:07:27 +08:00 committed by GitHub
parent 1692b3429c
commit f91e2ae60c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -268,7 +268,7 @@
(function () {
function perfops() {
var js = document.createElement('script');
js.src = 'https://rum.perfops.net/rum3.min.js';
js.src = 'https://cdn.jsdelivr.net/npm/perfops-rom';
document.body.appendChild(js);
}