Skip to content

Commit

Permalink
minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
reactormonk committed Sep 24, 2020
1 parent b1d0d88 commit 76bcfe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notes/cost-model-notes/cost-model-notes.tex
Expand Up @@ -317,7 +317,7 @@ \subsubsection*{EqByteString \& LtByteString \& GtByteString}
The figure for bytestring equality \ref{fig:EqByteString} shows a similar
behaviour to integer comparison, so we'll use the same base model. Not shown
here are LtByteString and GtByteString, but their worst case is always equality,
so the same model as EqByteString can be used.
assuming they compare bytewise. So the same model as EqByteString can be used.

\begin{figure}
\centering
Expand Down
2 changes: 1 addition & 1 deletion plutus-core/budgeting-bench/graphs.R
@@ -1,4 +1,4 @@
# source("plutus-core/budgeting-bench/models.R")
# See CostModel.md, #Add a new kind of model
library(plotly)
# install.packages("plotly")

Expand Down

0 comments on commit 76bcfe1

Please sign in to comment.