-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCHANGES
38 lines (29 loc) · 1.02 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
1.1.2 (Jan 2025)
* Support for OCaml >= 5.0 (requires OCaml >= 4.07)
1.1.1 (Oct 2017)
* Update C compilation command for recent compilers
* Add Kahan-sum benchmark (cost of abstraction)
* Add Nullable-array benchmark
* Fix warnings
* safe-string compatible (4.06 compatibility)
1.1.0 (Jul 2016)
* Allow running benchmarks without local init (--defaul-dir option)
* Add numerical analysis benchmarks
* Privide merlin files to help devellop benchmarks (thanks to Drup)
* Report allocations (thanks to Drup)
* Add format benchmark (thanks to Drup)
1.0.0 (Jun 2015)
* Add plot subcommand
* Improve result reporting
* Add the --stabilize-gc option to the builder
* Add sequence benchmark (thanks to c-cube)
* Add vector benchmark
0.2.0 (Apr 2015)
* Adds a check subcommand to help develloping benchmarks
* Annouce the estimated running time
* Add the -I option to the init subcommand to use user benchmarks
* Allow adding compile option to build benchmarks
* Switch the licence to MIT
* Add lens benchmark
0.1.0 (Mar 2015)
* initial release