Skip to content
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

Add blake2b function to R code, update cost model #3676

Merged
merged 10 commits into from
Aug 3, 2021

Conversation

kwxm
Copy link
Contributor

@kwxm kwxm commented Aug 3, 2021

A. Updated the cost model data because things have changed quite a bit recently.
B. Added the blake2b function to models.R to get the cost model code to work again. This still needs to be properly benchmarked.

Pre-submit checklist:

  • Branch
    • Commit sequence broadly makes sense
    • Key commits have useful messages
    • Relevant tickets are mentioned in commit messages
    • Formatting, materialized Nix files, PNG optimization, etc. are updated
  • PR
    • Self-reviewed the diff
    • Useful pull request description
    • Reviewer requested

@kwxm kwxm changed the title Add blake2b function to R code, unpdate cost model Add blake2b function to R code, update cost model Aug 3, 2021
"cekForceCost" : {"_exBudgetCPU": 39000, "_exBudgetMemory": 10},
"cekApplyCost" : {"_exBudgetCPU": 39000, "_exBudgetMemory": 10},
"cekBuiltinCost" : {"_exBudgetCPU": 39000, "_exBudgetMemory": 10}
"cekStartupCost" : {"_exBudgetCPU": 0, "_exBudgetMemory": 0},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's worse than that: the real startup cost is negative!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants