Skip to content

fix: improve descriptions of our tests #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/basic.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Transfer-only execution speed
description: Transfer-only execution speed
description: Tests a block that contains many transactions that repeatedly transfer ETH balance to various addresses.
variables:
- type: transaction_workload
values:
Expand Down
15 changes: 0 additions & 15 deletions configs/contract.yml

This file was deleted.

2 changes: 1 addition & 1 deletion configs/ecadd.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: EC Add Precompile
description: EC Add Operation - https://github.com/base/fp-test-cases/blob/main/src/Precompiler.sol
description: https://github.com/base/fp-test-cases/blob/main/src/Precompiler.sol
benchmark:
- sequencer
variables:
Expand Down
2 changes: 1 addition & 1 deletion configs/ecpairing.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: EC Pairing Precompile
description: This shows that at 60% of gas target as input, geth fails but reth succeeds. Both get payload times are unacceptable (over 2s)
description: https://github.com/base/fp-test-cases/blob/main/src/Precompiler.sol
benchmark:
- sequencer
variables:
Expand Down
10 changes: 5 additions & 5 deletions configs/public-benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Transfer-only execution speed
description: Transfer-only execution speed
description: Tests a block that contains many transactions that repeatedly transfer ETH balance to various addresses.
variables:
- type: transaction_workload
values:
Expand All @@ -17,7 +17,7 @@
- 60000000
- 90000000
- name: EC Pairing Precompile
description: This shows that at 60% of gas target as input, geth fails but reth succeeds. Both get payload times are unacceptable (over 2s)
description: This test creates a block with a single transaction that repeatedly calls EC Pairing precompile.
benchmark:
- sequencer
variables:
Expand All @@ -34,13 +34,13 @@
- contract:1:ecpairing(uint256,bytes):200000000:0x:./contracts/precompiles.hex
- contract:1:ecpairing(uint256,bytes):400000000:0x:./contracts/precompiles.hex
- name: EC Mul Precompile
description: https://github.com/base/fp-test-cases/blob/main/src/Precompiler.sol
description: This test creates a block with a single transaction that repeatedly calls EC Mul precompile.
benchmark:
- sequencer
variables:
- type: transaction_workload
values:
- contract:1:ecmul(uint256,bytes):1000000000:0x:./contracts/precompiles.hex
- contract:1:ecmul(uint256,bytes):1000000000:0x:
- type: node_type
values:
- geth
Expand All @@ -50,7 +50,7 @@
- type: gas_limit
value: 1005000000
- name: SStore Performance
description: https://github.com/base/fp-test-cases/blob/main/src/Writer.sol
description: This test creates a block with a single transaction that repeatedly calls SStore operation.
benchmark:
- sequencer
variables:
Expand Down
Loading