Fix typo in benchmark.

This commit is contained in:
Bob Nystrom
2015-12-15 10:37:53 -08:00
parent bcc40ab66a
commit 8d9feb4bc9
+1 -1
View File
@@ -1,4 +1,4 @@
// Creates 10000 fibers. Each one calls the next in a chain until the last. // Creates 100000 fibers. Each one calls the next in a chain until the last.
var fibers = [] var fibers = []
var sum = 0 var sum = 0