Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

fsprojects-archive/zzarchive-FSCBenchmark

Repository files navigation

Issue Stats Issue Stats

F# compiler benchmark

This project uses BenchmarkDotNet to benchmark the F# compiler.

Getting started

  • Clone [email protected]:Microsoft/visualfsharp.git
  • Open Developer Command Promt in admin mode
  • cd visualfsharp
  • Run build.cmd release - this will be used as baseline
  • Copy visualfsharp folder to new folder "pr"
  • Git checkout a pr
  • Run build.cmd release
  • Now go to build.fsx of the benchmark project
  • Configure the paths at top of build.fsx
  • Write some benchmarks in Program.fs
  • Run build.cmd

Build Status

Mono .NET
Mono CI Build Status .NET Build Status

Maintainer(s)