Skip to content

Commit

Permalink
Add local benchmarking files to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Dec 8, 2020
1 parent 0370977 commit 92099a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ coverage.xml
.cache
htmlcov

# Local benchmarking results
opentelemetry-sdk/tests/.benchmarks/Darwin-*

# Translations
*.mo

Expand Down
1 change: 0 additions & 1 deletion print_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import argparse
import platform
import subprocess

from logging import getLogger

logger = getLogger(__file__)
Expand Down

0 comments on commit 92099a8

Please sign in to comment.