-
Notifications
You must be signed in to change notification settings - Fork 483
Add Strict to nofib examples #7204
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?
Conversation
/benchmark nofib |
1 similar comment
/benchmark nofib |
Click here to check the status of your benchmark. |
Click here to check the status of your benchmark. |
|
/benchmark nofib |
1 similar comment
/benchmark nofib |
Click here to check the status of your benchmark. |
Comparing benchmark results of 'nofib' on '56e0834ff' (base) and 'b92ae000b' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'nofib' on '56e0834ff' (base) and 'b92ae000b' (PR) Results table
|
/benchmark nofib |
Click here to check the status of your benchmark. |
Comparing benchmark results of 'nofib' on '56e0834ff' (base) and 'b92ae000b' (PR) Results table
|
/benchmark nofib |
Click here to check the status of your benchmark. |
Comparing benchmark results of 'nofib' on '56e0834ff' (base) and 'b92ae000b' (PR) Results table
|
/benchmark nofib |
Click here to check the status of your benchmark. |
/benchmark nofib |
Comparing benchmark results of 'nofib' on '56e0834ff' (base) and 'b92ae000b' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'nofib' on '56e0834ff' (base) and 'b92ae000b' (PR) Results table
|
The nofib examples were written a number of years ago. We're now recommending that Plinth programs should use
{-# LANGUAGE Strict #-}
but they don't include it. I just want to see if that makes any difference.