This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
bin
/
tourism-wxapp
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
66f00d63c9
Ramas
Etiquetas
master
tourism-wxapp
/
node_modules
/
lunr
/
perf
/
foo_test.js
foo_test.js
104 B
Histórico
Raw
1
2
3
4
5
6
7
bench('addition', function () {
return 1 + 1
})
bench('subtraction', function () {
return 1 - 1
})