diff options
author | Marvin Borner | 2024-02-29 14:56:18 +0100 |
---|---|---|
committer | Marvin Borner | 2024-02-29 14:56:18 +0100 |
commit | d64bbff1f00e31a92031a44395958a360c93171b (patch) | |
tree | b92266b3def06f4142d621e52752eddf85679320 /benchmarks/by-n/fac.bruijn | |
parent | b13bc3379a46cc5e45eeede0537f0da323410d85 (diff) |
Added benchmarks
Diffstat (limited to 'benchmarks/by-n/fac.bruijn')
-rw-r--r-- | benchmarks/by-n/fac.bruijn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/benchmarks/by-n/fac.bruijn b/benchmarks/by-n/fac.bruijn new file mode 100644 index 0000000..318dafd --- /dev/null +++ b/benchmarks/by-n/fac.bruijn @@ -0,0 +1,5 @@ +# 0 10 40 + +:import std/Math . + +main [fac (+${BENCH_N})] |