-
Notifications
You must be signed in to change notification settings - Fork 479
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
[EXPERIMENT] [Builtins] 10x more builtins #6502
base: master
Are you sure you want to change the base?
[EXPERIMENT] [Builtins] 10x more builtins #6502
Conversation
/benchmark validation |
/benchmark nofib |
/benchmark lists |
Click here to check the status of your benchmark. |
Comparing benchmark results of 'validation' on '4b372ecea' (base) and '9fbb994eb' (PR) Results table
|
Click here to check the status of your benchmark. |
/benchmark validation |
Comparing benchmark results of 'nofib' on '4b372ecea' (base) and '9fbb994eb' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'lists' on '4b372ecea' (base) and '9fbb994eb' (PR) Results table
|
/benchmark validation |
2 similar comments
/benchmark validation |
/benchmark validation |
Click here to check the status of your benchmark. |
Comparing benchmark results of 'validation' on '4b372ecea' (base) and '9fbb994eb' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'validation' on '4b372ecea' (base) and '9fbb994eb' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'validation' on '4b372ecea' (base) and '9fbb994eb' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'validation' on '4b372ecea' (base) and '9fbb994eb' (PR) Results table
|
Yup, the benchmarking machine is cooked as it turns out (confirmed elsewhere). Well, gotta wait for it to recover. |
Click here to check the status of your benchmark. |
This reverts commit 33e91fd.
/benchmark validation |
Comparing benchmark results of 'validation-full' on 'edcb89629b' (base) and '68ee184f47' (PR) Results table
|
Click here to check the status of your benchmark. |
This reverts commit c7c5a38.
This reverts commit ee99fd7.
Comparing benchmark results of 'validation' on 'edcb89629b' (base) and '4847cfe133' (PR) Results table
|
Welllll... that's not the end of the world, but not nice either. Will look into it, maybe there's something we don't have optimized properly. |
…edIn'"""" This reverts commit ac8403a.
/benchmark validation-decode |
/benchmark validation-full |
1 similar comment
/benchmark validation-full |
Click here to check the status of your benchmark. |
/benchmark validation-full |
Comparing benchmark results of 'validation-decode' on 'edcb89629b' (base) and 'c5bb3ac926' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'validation-full' on 'edcb89629b' (base) and 'c5bb3ac926' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'validation-full' on 'edcb89629b' (base) and 'c5bb3ac926' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'validation-full' on 'edcb89629b' (base) and 'c5bb3ac926' (PR) Results table
|
This replicates the existing builtins so that there are 10x of them now. This is just to check whether it results in any evaluation slowdown.