mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 05:15:42 +03:00
Fix import in benchmarks after cleanup (#3494)
Fix import of `up_to` after [recent](https://github.com/enso-org/enso/pull/3480) cleanup. Benchmarks now run.
This commit is contained in:
parent
f0f3a343eb
commit
dac49a44b5
@ -7,7 +7,7 @@ class AtomFixtures extends DefaultInterpreterRunner {
|
||||
|
||||
val millionElementList = eval(
|
||||
s"""|from Standard.Base.Data.List import Cons,Nil
|
||||
|from Standard.Base.Data.Numbers import all
|
||||
|from Standard.Base.Data.Range import all
|
||||
|
|
||||
|main =
|
||||
| res = (1.up_to $million).fold Nil (acc -> x -> Cons x acc)
|
||||
|
Loading…
Reference in New Issue
Block a user