ocurrent / current-bench

Experimental benchmarking infrastructure using OCurrent pipelines
Apache License 2.0
33 stars 17 forks source link

calculate execution time of functions #359

Closed Zineb-Ada closed 2 years ago

Zineb-Ada commented 2 years ago

The purpose of this PR is to allow users to calculate the execution time of their functions accurately and noiselessly. We have implemented two different functions to calculate this execution time, one with the bechamel library and the other with Current time (Sys.time). The interest is to facilitate the use of these functions. Indeed, the user only has to replace in “cobench-examples/example.ml” :

Zineb-Ada commented 2 years ago

Thanks you for your return. I fixed it according to your recommendations.

art-w commented 2 years ago

Thanks a lot, this looks great!