-
Notifications
You must be signed in to change notification settings - Fork 486
[AST] [Performance] Use 'Array' instead of 'Vector' #7012
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
[AST] [Performance] Use 'Array' instead of 'Vector' #7012
Conversation
/benchmark lists |
1 similar comment
/benchmark lists |
/benchmark nofib |
1 similar comment
/benchmark nofib |
/benchmark validation |
Click here to check the status of your benchmark. |
Comparing benchmark results of 'lists' on '2596b5b93c' (base) and '4d053a266a' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'lists' on '2596b5b93c' (base) and '4d053a266a' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'nofib' on '2596b5b93c' (base) and '4d053a266a' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'nofib' on '2596b5b93c' (base) and '4d053a266a' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'validation' on '2596b5b93c' (base) and '4d053a266a' (PR) Results table
|
<> evalThis (EvalTerm Pure WorkFree t) | ||
<> evalThis (EvalTerm MaybeImpure WorkFree t) |
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.
an "accidental bugfix" :) ?
/benchmark validation |
Click here to check the status of your benchmark. |
Comparing benchmark results of 'validation' on '2596b5b93c' (base) and '4d053a266a' (PR) Results table
|
4d053a2
to
d9ed722
Compare
/benchmark nofib |
1 similar comment
/benchmark nofib |
/benchmark nofib |
1 similar comment
/benchmark nofib |
Click here to check the status of your benchmark. |
Comparing benchmark results of 'nofib' on 'f810009b23' (base) and 'd9ed72204c' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'nofib' on 'f810009b23' (base) and 'd9ed72204c' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'nofib' on 'f810009b23' (base) and 'd9ed72204c' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'nofib' on 'f810009b23' (base) and 'd9ed72204c' (PR) Results table
|
Same as #7010 except using
Array
rather thanSmallArray
.