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 2, 2022
1 parent 5af18ac commit a3b8504
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -13,7 +13,6 @@ module Cardano.Tools.DBAnalyser.Analysis (
, AnalysisName (..)
, AnalysisResult (..)
, Limit (..)
, benchmarkLedgerOpsOutputPath
, runAnalysis
) where

Expand Down Expand Up @@ -485,8 +484,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 a3b8504

Please sign in to comment.