Skip to content

Commit

Permalink
Clarify that ChainSync-client-bench is comparative
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdral committed Dec 4, 2024
1 parent d613d97 commit 8e3d8dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ouroboros-consensus/bench/ChainSync-client-bench/Main.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE NamedFieldPuns #-}

-- | This is a comparative benchmark that can be used to spot regressions in the
-- Chain Sync Client. It is not a benchmark intended to provide an absolute
-- measure of performance. For that, it would arguably need to use Cardano
-- blocks instead of Test Blocks
module Main (main) where

import Bench.Consensus.ChainSyncClient.Driver (mainWith)
Expand Down

0 comments on commit 8e3d8dd

Please sign in to comment.