Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
piotte13 committed Sep 26, 2018
1 parent f325081 commit 5020613
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ There is an entire repository dedicated to benchmarking. You can find it [here]
* [Comparison table](http://htmlpreview.github.io/?https://github.com/piotte13/SwiftRoaringBenchmarks/blob/master/Graphs/Intel(R)%20Core(TM)%20i7-4770%20CPU%20%40%203.40GHz/census-income/comparison-table.html)
* [Bar chart](http://htmlpreview.github.io/?https://github.com/piotte13/SwiftRoaringBenchmarks/blob/master/Graphs/Intel(R)%20Core(TM)%20i7-4770%20CPU%20%40%203.40GHz/census-income/bar-chart.html)

> The following benchmarks were produced using this CPU model: <b>Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz</b>
* [Comparison table](http://htmlpreview.github.io/?https://github.com/piotte13/SwiftRoaringBenchmarks/blob/master/Graphs/Intel(R)%20Core(TM)%20i7-8700%20CPU%20%40%203.20GHz/census-income/comparison-table.html)
* [Bar chart](http://htmlpreview.github.io/?https://github.com/piotte13/SwiftRoaringBenchmarks/blob/master/Graphs/Intel(R)%20Core(TM)%20i7-8700%20CPU%20%40%203.20GHz/census-income/bar-chart.html)

### Dependencies

Expand Down
1 change: 1 addition & 0 deletions Tests/swiftRoaringTests/swiftRoaringTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ class swiftRoaringTests: XCTestCase {
}

func testHashValue(){
rbm.addRangeClosed(min:0, max:500)
print(rbm.hashValue)
}

Expand Down

0 comments on commit 5020613

Please sign in to comment.