Skip to content

Commit

Permalink
pytest did not respect skip mark
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Wigley committed Jul 26, 2021
1 parent 6d703a0 commit 94c3fa3
Show file tree
Hide file tree
Showing 2 changed files with 1,006 additions and 983 deletions.
26 changes: 26 additions & 0 deletions performance/results/test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"results": [
{
"command": "dbt parse --no-version-check --profiles-dir ../../project_config",
"mean": 3.151406623515,
"stddev": 0.01371633520341319,
"median": 3.1488574154149997,
"user": 2.8013693099999997,
"system": 0.214620235,
"min": 3.1357074479150002,
"max": 3.1801101539150003,
"times": [
3.1801101539150003,
3.1357074479150002,
3.141132409915,
3.150141776915,
3.1371954949150003,
3.157814841915,
3.1649331319150003,
3.155620114915,
3.143837808915,
3.147573053915
]
}
]
}
Loading

0 comments on commit 94c3fa3

Please sign in to comment.