Skip to content

Commit

Permalink
Update demo/million-batch.coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
takeru committed Mar 9, 2012
1 parent 9e9de31 commit 1b23fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/million-batch.coffee
Expand Up @@ -21,7 +21,7 @@ leveldb.open path, create_if_missing: true, (err, db) ->
bench = ->
console.log "i = #{i}" if i % 10000 == 0
batch = new(leveldb.Batch)
for j in [0..batchSize]
for j in [0...batchSize]
key = "row#{i}"
value = JSON.stringify
index: i
Expand Down

0 comments on commit 1b23fad

Please sign in to comment.