-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(primer-miso): Select from multiple definitions (#1311)
- Loading branch information
Showing
3 changed files
with
76 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fc1c5dd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Primer benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.evalTestM/pure logs/mapEven 1: cpuTime
0.03496257764494301
cpuTime/iter0.011058399761257838
cpuTime/iter3.16
evalTestM/pure logs/mapEven 10: cpuTime
1.3512261024999974
cpuTime/iter0.30595040390000006
cpuTime/iter4.42
evalTestM/discard logs/mapEven 1: cpuTime
0.03279244414819088
cpuTime/iter0.008769823322997933
cpuTime/iter3.74
evalTestM/discard logs/mapEven 10: cpuTime
1.0680843845999992
cpuTime/iter0.3048975625000011
cpuTime/iter3.50
evalTestM/interp (has no logs)/mapEven 1: outlier variance
0.4562037598768974
outlier variance0.007812015624031082
outlier variance58.40
evalTestM/interp (has no logs)/mapEven 1: cpuTime
0.00024817517256049487
cpuTime/iter0.00006889825738676413
cpuTime/iter3.60
evalTestM/interp (has no logs)/mapEven 10: cpuTime
0.009034161781622954
cpuTime/iter0.002824727786239501
cpuTime/iter3.20
evalTestM/interp (has no logs)/mapEven 100: cpuTime
4.264908693300002
cpuTime/iter1.2038625075999982
cpuTime/iter3.54
typecheck/mapOdd 1: cpuTime
0.005226232209555577
cpuTime/iter0.0016099920459733145
cpuTime/iter3.25
typecheck/mapOdd 10: outlier variance
0.5650855708614895
outlier variance0.06995045896286595
outlier variance8.08
typecheck/mapOdd 10: cpuTime
0.008853133648187989
cpuTime/iter0.0026691042322532104
cpuTime/iter3.32
typecheck/mapOdd 100: cpuTime
0.7640879881999971
cpuTime/iter0.37494039500000154
cpuTime/iter2.04
typecheck/mapOddPrim 1: outlier variance
0.7684808039236961
outlier variance0.1183126055516316
outlier variance6.50
typecheck/mapOddPrim 1: cpuTime
0.00490347758705322
cpuTime/iter0.0015982140233862623
cpuTime/iter3.07
typecheck/mapOddPrim 10: outlier variance
0.6728532512673876
outlier variance0.07866865876384325
outlier variance8.55
typecheck/mapOddPrim 10: cpuTime
0.005105093245469957
cpuTime/iter0.0020378754182964636
cpuTime/iter2.51
typecheck/mapOddPrim 100: cpuTime
0.020188119051456656
cpuTime/iter0.009496311729509942
cpuTime/iter2.13
This comment was automatically generated by workflow using github-action-benchmark.
CC: @dhess