Skip to content

Commit

Permalink
Don’t print to console during benchmarking.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentey committed May 23, 2017
1 parent f56c545 commit aa1afd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Benchmarks/SharedInsertionBenchmark.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ func sharedInsertionBenchmark(iterations: Int = 10, maxScale: Int = 15, random:
var k = 0
for value in input {
set.insert(value)
print(Array(set))
precondition(!copy.contains(value))
precondition(set.contains(value))
copy = set
Expand Down

0 comments on commit aa1afd8

Please sign in to comment.