mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 22:40:48 -07:00
chore: add todolist for benchmark case
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
const { output } = require('./output')
|
||||
const { tag } = require('./tag')
|
||||
const { demo } = require('./demo')
|
||||
const { layout } = require('./layout')
|
||||
const { memory } = require('./memory')
|
||||
|
||||
async function main () {
|
||||
// await output()
|
||||
// await tag()
|
||||
// await demo()
|
||||
// await layout()
|
||||
await memory()
|
||||
}
|
||||
|
||||
main()
|
||||
Reference in New Issue
Block a user