Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use sonic-boom module to write to CSV files #2

Open
vweevers opened this issue May 25, 2019 · 0 comments
Open

Use sonic-boom module to write to CSV files #2

vweevers opened this issue May 25, 2019 · 0 comments
Labels
semver-patch Bug fixes that are backward compatible

Comments

@vweevers
Copy link
Member

bench/lib/run.js

Lines 68 to 69 in 1225047

// TODO: use sonic-boom in sync mode, to not affect benchmark
const stream = fs.createWriteStream(csvFile, 'utf8')

bench/benchmarks/write.js

Lines 103 to 109 in 1225047

// TODO (once stream is sync): skip setTimeout
setTimeout(function () {
factory(function (err, db) {
if (err) throw err
start(db)
})
}, 500)

@vweevers vweevers added the semver-patch Bug fixes that are backward compatible label May 25, 2019
@vweevers vweevers added this to Level Dec 4, 2021
@vweevers vweevers moved this to Backlog in Level Dec 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-patch Bug fixes that are backward compatible
Projects
Status: Backlog
Development

No branches or pull requests

1 participant