Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 655 Bytes

CHANGELOG.md

File metadata and controls

22 lines (18 loc) · 655 Bytes

Change Log

0.4 - 2016-02-28

Refactor utility functions to crate mandel_util and crate mandel_method New command line option: --num_of_runs Write benchmark results to file Adapt plot script to read in result file Add new bench script Changes default values for max_iter (4096) and img_size (1024) Add rustc version string at compile time

0.3 - 2016-01-30

Added support for rust scoped pool and jobsteal Added second method for rayon: par_iter New command line options: --no-ppm, --bench

0.2 - 2016-01-24

Added support for Rayon Added more information and benchmark in the readme file

0.1 - 2015-12-28

First public release on github