Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
6d07267e
Unverified
Commit
6d07267e
authored
Oct 28, 2021
by
elenadimitrova
Committed by
Kelvin Fichter
Nov 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip code coverage for gas cost specific tests
parent
8e8a4cc5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
deposit.gas.spec.ts
...contracts/test/contracts/L1/messaging/deposit.gas.spec.ts
+2
-2
CanonicalTransactionChain.gas.spec.ts
...contracts/L1/rollup/CanonicalTransactionChain.gas.spec.ts
+1
-1
No files found.
packages/contracts/test/contracts/L1/messaging/deposit.gas.spec.ts
View file @
6d07267e
...
...
@@ -21,7 +21,7 @@ const MAX_GAS_LIMIT = 8_000_000
const
INITIAL_TOTAL_L1_SUPPLY
=
5000
const
FINALIZATION_GAS
=
1
_200_000
describe
(
'
[GAS BENCHMARK] Depositing via the standard bridge
'
,
()
=>
{
describe
(
'
[GAS BENCHMARK] Depositing via the standard bridge
[ @skip-on-coverage ]
'
,
()
=>
{
let
sequencer
:
Signer
let
alice
:
Signer
before
(
async
()
=>
{
...
...
@@ -116,7 +116,7 @@ describe('[GAS BENCHMARK] Depositing via the standard bridge', () => {
})
})
describe
(
'
[GAS BENCHMARK] L1 to L2 Deposit costs
'
,
async
()
=>
{
describe
(
'
[GAS BENCHMARK] L1 to L2 Deposit costs
[ @skip-on-coverage ]
'
,
async
()
=>
{
const
depositAmount
=
1
_000
before
(
async
()
=>
{
// Load a transaction into the queue first to 'dirty' the buffer's length slot
...
...
packages/contracts/test/contracts/L1/rollup/CanonicalTransactionChain.gas.spec.ts
View file @
6d07267e
...
...
@@ -41,7 +41,7 @@ const appendSequencerBatch = async (
})
}
describe
(
'
[GAS BENCHMARK] CanonicalTransactionChain
'
,
()
=>
{
describe
(
'
[GAS BENCHMARK] CanonicalTransactionChain
[ @skip-on-coverage ]
'
,
()
=>
{
let
sequencer
:
Signer
before
(
async
()
=>
{
;[
sequencer
]
=
await
ethers
.
getSigners
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment