Skip to content

Commit 64995cd

Browse files
b-studiosphischu
andauthored
Add benchmarks "folkore to fact" and "no fib" (#1121)
Co-authored-by: Philipp Schuster <[email protected]>
1 parent 5193c3d commit 64995cd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+3279
-2
lines changed

effekt/jvm/src/test/scala/effekt/JavaScriptTests.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ class JavaScriptTests extends EffektTests {
3737
override def ignored: Set[File] = super.ignored ++ Set(
3838
// unsafe cont
3939
examplesDir / "pos" / "propagators.effekt",
40+
// stack overflow
41+
examplesDir / "benchmarks" / "folklore_to_fact" / "cps_tak.effekt"
4042
)
4143
}
4244

0 commit comments

Comments
 (0)