download
raw
457 Bytes
'use strict'
const { Suite } = require('benchmark')
const { createWarning } = require('..')
const err1 = createWarning({
name: 'TestWarning',
code: 'TST_ERROR_CODE_1',
message: 'message'
})
const err2 = createWarning({
name: 'TestWarning',
code: 'TST_ERROR_CODE_2',
message: 'message'
})
new Suite()
.add('warn', function () {
err1()
err2()
})
.on('cycle', function (event) {
console.log(String(event.target))
})
.run()

Xet Storage Details

Size:
457 Bytes
·
Xet hash:
c6741fa1332f3f7d9c6d11ec9a6ab3cb00ef7acce79f0cbd2dd21b373eee33d5

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.