Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

A benchmark library for Scala

  • It includes basic functions for benchmarking,
  • And a monad for the benchmarking.

Example:

import com.github.benchmark.BenchmarkMonad._

val result: BenchmarkMonad[(String, String)] =
  for(a: String <- run(logic());
      b: String <- run(logic2())) yield {
          (a, b)
  }

About

A benchmark library for Scala

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages