Skip to content

Commit

Permalink
Merge pull request #9 from ahmetuysal/feature/dynamic-pid-graphs
Browse files Browse the repository at this point in the history
Feature/dynamic pid graphs
  • Loading branch information
ahmetuysal authored Jan 23, 2020
2 parents 290fb37 + 78d886b commit b6810a9
Show file tree
Hide file tree
Showing 29 changed files with 28,708 additions and 14 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,4 @@ fabric.properties

# Markdown Navigator plugin
.idea/**/markdown-navigator.xml
.idea/**/markdown-navigator/

# results folder
/results/
.idea/**/markdown-navigator/
5 changes: 5 additions & 0 deletions results/bloom-filter-size/constant-3-1000000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 60.19702911376953
0.001 27.154603958129883
0.01 11.791389465332031
0.05 6.226329803466797
5 changes: 5 additions & 0 deletions results/bloom-filter-size/constant-3-1500000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 90.2955436706543
0.001 40.73190498352051
0.01 17.68708324432373
0.05 9.339494705200195
5 changes: 5 additions & 0 deletions results/bloom-filter-size/constant-3-2000000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 120.39405822753906
0.001 54.30920600891113
0.01 23.582777976989746
0.05 12.452658653259277
5 changes: 5 additions & 0 deletions results/bloom-filter-size/constant-3-500000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 30.098515510559082
0.001 13.577301979064941
0.01 5.895694732666016
0.05 3.113165855407715
5 changes: 5 additions & 0 deletions results/bloom-filter-size/constant-4-1000000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 36.20613765716553
0.001 19.48206615447998
0.01 10.035234451293945
0.05 5.957583427429199
5 changes: 5 additions & 0 deletions results/bloom-filter-size/constant-4-1500000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 54.30920600891113
0.001 29.223098754882812
0.01 15.052850723266602
0.05 8.93637466430664
5 changes: 5 additions & 0 deletions results/bloom-filter-size/constant-4-2000000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 72.41227531433105
0.001 38.964131355285645
0.01 20.070466995239258
0.05 11.915165901184082
5 changes: 5 additions & 0 deletions results/bloom-filter-size/constant-4-500000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 18.103069305419922
0.001 9.741033554077148
0.01 5.017617225646973
0.05 2.978792190551758
5 changes: 5 additions & 0 deletions results/bloom-filter-size/optimal-1000000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 18.28475570678711
0.001 13.711585998535156
0.01 9.148555755615234
0.05 5.957583427429199
5 changes: 5 additions & 0 deletions results/bloom-filter-size/optimal-1500000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 27.427132606506348
0.001 20.567378997802734
0.01 13.722832679748535
0.05 8.93637466430664
5 changes: 5 additions & 0 deletions results/bloom-filter-size/optimal-2000000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 36.5695104598999
0.001 27.423171997070312
0.01 18.297109603881836
0.05 11.915165901184082
5 changes: 5 additions & 0 deletions results/bloom-filter-size/optimal-500000.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fp_rate filter_size(MB)
0.0001 9.142377853393555
0.001 6.8557939529418945
0.01 4.574277877807617
0.05 2.978792190551758
Loading

0 comments on commit b6810a9

Please sign in to comment.