Skip to content

hiro0107/scala-benchmark-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages