Skip to content

Commit

Permalink
Remove reference to benching.csv in plutus-core.cabal (#6149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth MacKenzie authored May 30, 2024
1 parent f63f3ca commit e675e65
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 24 deletions.
23 changes: 11 additions & 12 deletions plutus-conformance/plutus-conformance.cabal
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
cabal-version: 3.0
name: plutus-conformance
version: 1.0.0.0
license: Apache-2.0
cabal-version: 3.0
name: plutus-conformance
version: 1.0.0.0
license: Apache-2.0
license-files:
LICENSE
NOTICE

maintainer: marty.stumpf@iohk.io
author: Plutus Core Team
synopsis: Conformance Test Suite for Plutus Core
description: Comprehensive Conformance Test Suite for Plutus Core.
category: Language, Plutus, Conformance
build-type: Simple
extra-doc-files: README.md
extra-source-files:
maintainer: marty.stumpf@iohk.io
author: Plutus Core Team
synopsis: Conformance Test Suite for Plutus Core
description: Comprehensive Conformance Test Suite for Plutus Core.
category: Language, Plutus, Conformance
build-type: Simple
extra-doc-files: README.md

source-repository head
type: git
Expand Down
23 changes: 11 additions & 12 deletions plutus-core/plutus-core.cabal
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
cabal-version: 3.0
name: plutus-core
version: 1.28.0.0
license: Apache-2.0
cabal-version: 3.0
name: plutus-core
version: 1.28.0.0
license: Apache-2.0
license-files:
LICENSE
NOTICE

maintainer: michael.peyton-jones@iohk.io
author: Plutus Core Team
synopsis: Language library for Plutus Core
description: Pretty-printer, parser, and typechecker for Plutus Core.
category: Language, Plutus
build-type: Simple
maintainer: michael.peyton-jones@iohk.io
author: Plutus Core Team
synopsis: Language library for Plutus Core
description: Pretty-printer, parser, and typechecker for Plutus Core.
category: Language, Plutus
build-type: Simple
extra-doc-files:
CHANGELOG.md
README.md

extra-source-files:
data-files:
cost-model/data/*.R
cost-model/data/benching.csv
cost-model/data/builtinCostModelA.json
cost-model/data/builtinCostModelB.json
cost-model/data/builtinCostModelC.json
Expand Down

1 comment on commit e675e65

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Plutus Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.05.

Benchmark suite Current: e675e65 Previous: f63f3ca Ratio
validation-decode-crowdfunding-success-3 241 μs 227.1 μs 1.06
validation-decode-future-increase-margin-1 237.6 μs 224 μs 1.06
validation-decode-future-increase-margin-2 333.9 μs 314.1 μs 1.06
validation-decode-stablecoin_1-4 175.1 μs 158.3 μs 1.11

This comment was automatically generated by workflow using github-action-benchmark.

CC: @input-output-hk/plutus-core

Please sign in to comment.