Skip to content

Commit 54225fe

Browse files
committed
fix(benchmarks): use a copy of std.Math for the welder benchmarks, to avoid triggering false regressions
1 parent acdff49 commit 54225fe

2 files changed

Lines changed: 482 additions & 1 deletion

File tree

tests/benchmarks/resources/parser/big.ark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
(set _index (+ 1 _index))})
5252
_output }))
5353

54-
(import std.Math :min :max) # needed for math:min, math:max
54+
(import some.Math :min :max) # needed for math:min, math:max
5555

5656
# @brief Drop the first n elements of a list
5757
# @param _L the list to work on

0 commit comments

Comments
 (0)