Skip to content

Commit

Permalink
Finalise 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Jul 23, 2014
1 parent ef2f9a9 commit e16c174
Show file tree
Hide file tree
Showing 10 changed files with 388 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.4.0
-----
* Reduction has been added
* Introduced the ScanProblem and RadixsortProblem classes
* The cache is now stored in a SQLite database instead of lots of files
Expand Down
15 changes: 15 additions & 0 deletions doc/benchmark/1.4.0/480gtx/uint-uint.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
1000 1.35664
2000 3.80769
5000 9.4388
10000 18.7267
20000 35.4003
50000 55.6344
100000 94.9979
200000 143.264
500000 220.993
1000000 262.827
2000000 312.147
5000000 336.995
10000000 347.579
20000000 354.157
50000000 359.39
15 changes: 15 additions & 0 deletions doc/benchmark/1.4.0/480gtx/uint-void.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
1000 1.85871
2000 3.77476
5000 9.35657
10000 19.182
20000 37.4501
50000 72.8298
100000 102.038
200000 166.409
500000 297.69
1000000 401.053
2000000 484.215
5000000 564.713
10000000 602.03
20000000 617.625
50000000 630.54
13 changes: 13 additions & 0 deletions doc/benchmark/1.4.0/480gtx/ulong-float4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
1000 0.918554
2000 1.8241
5000 4.61132
10000 7.49202
20000 12.1348
50000 23.4016
100000 33.1137
200000 54.6167
500000 39.9922
1000000 83.3845
2000000 89.4713
5000000 95.7843
10000000 97.3984
298 changes: 298 additions & 0 deletions doc/benchmark/1.4.0/clogs-benchmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions doc/benchmark/1.4.0/r9-270/uint-uint.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
1000 1.33285
2000 3.57966
5000 9.02281
10000 17.9198
20000 34.6684
50000 53.2655
100000 91.422
200000 142.822
500000 210.512
1000000 259.305
2000000 297.986
5000000 338.375
10000000 346.731
20000000 355.675
50000000 361.377
15 changes: 15 additions & 0 deletions doc/benchmark/1.4.0/r9-270/uint-void.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
1000 1.88746
2000 3.57952
5000 7.65243
10000 18.5202
20000 35.9131
50000 71.8681
100000 102.989
200000 165.624
500000 294.083
1000000 400.747
2000000 485.783
5000000 570.358
10000000 598.422
20000000 625.336
50000000 632.291
13 changes: 13 additions & 0 deletions doc/benchmark/1.4.0/r9-270/ulong-float4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
1000 0.900151
2000 1.82442
5000 4.56872
10000 7.45893
20000 12.1498
50000 22.5879
100000 32.2172
200000 53.2664
500000 40.3238
1000000 84.2688
2000000 89.3439
5000000 96.1239
10000000 97.9195
2 changes: 1 addition & 1 deletion doc/benchmark/clogs-benchmark-plot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

gnuplot -e "in='1.3.0/'; out='1.3.0/clogs-benchmark.svg'" clogs-benchmark.plot
gnuplot -e "in='1.4.0/'; out='1.4.0/clogs-benchmark.svg'" clogs-benchmark.plot
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ from waflib.TaskGen import feature, after_method
from waflib import Task

APPNAME = 'clogs'
VERSION = '1.3.0'
VERSION = '1.4.0'
out = 'build'

variants = {
Expand Down

0 comments on commit e16c174

Please sign in to comment.