Update CPU Benchmark

This commit is contained in:
Benoit S 2021-04-17 23:23:19 +09:00
parent fb98b16579
commit 165b39344e
3 changed files with 35 additions and 59 deletions

View file

@ -0,0 +1,7 @@
document$.subscribe(function() {
var tables = document.querySelectorAll("article table")
tables.forEach(function(table) {
new Tablesort(table)
})
})