biboudis / LambdaMicrobenchmarking

A library to microbenchmark lambdas in C# and F# that runs on both Windows (clr) and Linux (mono).
Apache License 2.0
14 stars 5 forks source link

Improved syntax #3

Closed Mart-Bogdan closed 9 years ago

Mart-Bogdan commented 9 years ago

I've made some syntax adjustments to make it easier to call (examples of usage in Test.cs )

I'm planing on making some other changes, like adding another measurement types and warmup iterations, like in JMH when will have some time.

biboudis commented 9 years ago

obj, wroG and wro aren't used. Remove them, update the PR and I will merge it asap.

Thank you.

Mart-Bogdan commented 9 years ago

Indeed, sorry for that, I was making some benchmarks inside that class, and forgot to wipe out all code. /done

biboudis commented 9 years ago

Done. Thx.