Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Oct 14, 2024
1 parent dfe812b commit ec61415
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions js/audio.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,10 @@ const get_audio_offline = () => new Promise(resolve => {
// lies
if (hashG !== hashC) {isLies = true} else {isLies = check_audioLies()}
// notation: two results: ARM and non-ARM
if (hashC == 'a7c1fbb6') {notation = sgtick+'x86/amd]'+sc // 1877221 FF123+
} else if (hashC == 'a34c73cd') {notation = sgtick+'ARM]'+sc}
if (hashC == 'a7c1fbb6') {notation = sgtick+'x86/AMD 64bit]'+sc // 1877221 FF123+
} else if (hashC == '24fc63ce') {notation = sgtick+'x86/AMD 32bit]'+sc
} else if (hashC == 'a34c73cd') {notation = sgtick+'ARM]'+sc
}
addBoth(11, METRIC, display,'', notation, value, isLies)
log_perf(11, METRIC, t0)
return resolve()
Expand Down

0 comments on commit ec61415

Please sign in to comment.