update ceval diagnostics

pull/9722/head
Niklas Fiekas 2021-09-04 16:59:52 +02:00
parent a4a5397f6c
commit 051ffd6f2d
1 changed files with 3 additions and 2 deletions

View File

@ -51,7 +51,8 @@ function wasmInfo() {
function localStorageInfo() { function localStorageInfo() {
var interesting = [ var interesting = [
'client-eval-enabled', 'client-eval-enabled',
'analyse.ceval.max-depth', 'ceval.disable',
'ceval.enabled-after',
'analyse.ceval.multipv', 'analyse.ceval.multipv',
'analyse.ceval.threads', 'analyse.ceval.threads',
'analyse.ceval.hash-size', 'analyse.ceval.hash-size',
@ -87,7 +88,7 @@ function serviceWorkerInfo() {
} }
var info = { var info = {
diagnosticsVersion: 6, diagnosticsVersion: 7,
navigator: { navigator: {
userAgent: navigator.userAgent, userAgent: navigator.userAgent,
platform: navigator.platform, platform: navigator.platform,