Skip to content

Commit

Permalink
Remove unused benchmarkLedgerOpsOutputPath
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadales committed Dec 1, 2022
1 parent d7c63c3 commit 0e88043
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ouroboros-consensus-cardano/tools/db-analyser/Analysis.hs
Expand Up @@ -13,7 +13,6 @@ module Analysis (
AnalysisEnv (..)
, AnalysisName (..)
, Limit (..)
, benchmarkLedgerOpsOutputPath
, runAnalysis
) where

Expand Down Expand Up @@ -470,8 +469,6 @@ newtype BenchmarkLedgerOpsState blk = BenchmarkLedgerOpsState {
prevLedgerState :: ExtLedgerState blk
}

benchmarkLedgerOpsOutputPath :: String
benchmarkLedgerOpsOutputPath = "ledger-ops-costs.csv" -- Do not forget to update the documentation if you update this.

benchmarkLedgerOps ::
forall blk.
Expand Down

0 comments on commit 0e88043

Please sign in to comment.