summaryrefslogtreecommitdiff
path: root/gitdb/test/performance
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2011-02-23 00:43:31 +0100
committerSebastian Thiel <byronimo@gmail.com>2011-02-23 00:43:31 +0100
commitdf570f00f611073a20796128ca167474aa7826fc (patch)
treea043bcd59a20404456a4c976845054dbd8575ddc /gitdb/test/performance
parent6d315b8a92ae2cba936bd38e433592383f42cc10 (diff)
downloadgitdb-df570f00f611073a20796128ca167474aa7826fc.tar.gz
preprended all modules with licensing information
Diffstat (limited to 'gitdb/test/performance')
-rw-r--r--gitdb/test/performance/lib.py4
-rw-r--r--gitdb/test/performance/test_pack.py4
-rw-r--r--gitdb/test/performance/test_pack_streaming.py4
-rw-r--r--gitdb/test/performance/test_stream.py4
4 files changed, 16 insertions, 0 deletions
diff --git a/gitdb/test/performance/lib.py b/gitdb/test/performance/lib.py
index 45e0ca5..761113d 100644
--- a/gitdb/test/performance/lib.py
+++ b/gitdb/test/performance/lib.py
@@ -1,3 +1,7 @@
+# Copyright (C) 2010, 2011 Sebastian Thiel (byronimo@gmail.com) and contributors
+#
+# This module is part of GitDB and is released under
+# the New BSD License: http://www.opensource.org/licenses/bsd-license.php
"""Contains library functions"""
import os
from gitdb.test.lib import *
diff --git a/gitdb/test/performance/test_pack.py b/gitdb/test/performance/test_pack.py
index 32890dc..da952b1 100644
--- a/gitdb/test/performance/test_pack.py
+++ b/gitdb/test/performance/test_pack.py
@@ -1,3 +1,7 @@
+# Copyright (C) 2010, 2011 Sebastian Thiel (byronimo@gmail.com) and contributors
+#
+# This module is part of GitDB and is released under
+# the New BSD License: http://www.opensource.org/licenses/bsd-license.php
"""Performance tests for object store"""
from lib import (
TestBigRepoR
diff --git a/gitdb/test/performance/test_pack_streaming.py b/gitdb/test/performance/test_pack_streaming.py
index 4d47cdf..22a62a3 100644
--- a/gitdb/test/performance/test_pack_streaming.py
+++ b/gitdb/test/performance/test_pack_streaming.py
@@ -1,3 +1,7 @@
+# Copyright (C) 2010, 2011 Sebastian Thiel (byronimo@gmail.com) and contributors
+#
+# This module is part of GitDB and is released under
+# the New BSD License: http://www.opensource.org/licenses/bsd-license.php
"""Specific test for pack streams only"""
from lib import (
TestBigRepoR
diff --git a/gitdb/test/performance/test_stream.py b/gitdb/test/performance/test_stream.py
index 1afc1a1..f5f2e2e 100644
--- a/gitdb/test/performance/test_stream.py
+++ b/gitdb/test/performance/test_stream.py
@@ -1,3 +1,7 @@
+# Copyright (C) 2010, 2011 Sebastian Thiel (byronimo@gmail.com) and contributors
+#
+# This module is part of GitDB and is released under
+# the New BSD License: http://www.opensource.org/licenses/bsd-license.php
"""Performance data streaming performance"""
from lib import TestBigRepoR
from gitdb.db import *