Skip to content

Commit

Permalink
Update benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed May 5, 2019
1 parent 7ef4b69 commit 0392050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Benchmark/Sources/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ runner.run(with: BenchmarkData(
count: 5000,
deleteRange: 2000..<3000,
insertRange: 3000..<4000,
shuffleRange: 0..<1000
shuffleRange: 0..<200
))

runner.run(with: BenchmarkData(
count: 100000,
deleteRange: 20000..<30000,
insertRange: 30000..<40000,
shuffleRange: 0..<10000
shuffleRange: 0..<2000
))

0 comments on commit 0392050

Please sign in to comment.