Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sugi
/
GitPython
Public
forked from
gitpython-developers/GitPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
GitPython
git
test
performance
on
signed-commit
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 8, 2011
Fixed up tests to actually use pygit2. Its worth noting that the performance tests only work reliably in a patched up version, or the next point release.
Byron
committed
a5a0fa2
View commit details
Copy full SHA for a5a0fa2
View code at this point
Browse repository at this point
Added basic frame for pygit2 - it just needs some basic methods to be implemented now - depending on the performance, it might actually receive some more work
Byron
committed
16a1327
View commit details
Copy full SHA for 16a1327
View code at this point
Browse repository at this point
Commits on Jul 7, 2011
Added default performance tests - these should help to measure something at least, which implicitly includes pack handling. For the pack specific tests to work, one would need a pack interface thou…
Show description for 8b3b222
Byron
committed
8b3b222
View commit details
Copy full SHA for 8b3b222
View code at this point
Browse repository at this point
Commits on Jul 5, 2011
util: pick the type of memory manager based on the python version, to have optimal results in all cases (at least the ones I can test)
Show description for f0c05ea
Byron
committed
f0c05ea
View commit details
Copy full SHA for f0c05ea
View code at this point
Browse repository at this point
Commits on Jun 6, 2011
Improved pack writing test to show that the pack generation can be lightning fast with nearly now overhead if the data streams in fast enough (~30 MB/s when writing a pack). This shows that there i…
Show description for 3c12de3
Byron
committed
3c12de3
View commit details
Copy full SHA for 3c12de3
View code at this point
Browse repository at this point
Fixed performance pack writing tests. As they are actually depent on the database (as streams have to be decompressed, it should be redesigned to have multiple database implementations)
Byron
committed
ce79835
View commit details
Copy full SHA for ce79835
View code at this point
Browse repository at this point
Moved performance commit object test into the respective subfolder to indicate what it tests
Byron
committed
56a004b
View commit details
Copy full SHA for 56a004b
View code at this point
Browse repository at this point
Fixed performance commit object testing
Byron
committed
79b9dbd
View commit details
Copy full SHA for 79b9dbd
View code at this point
Browse repository at this point
Added loose object writing and reading performance tessts, in pure and command implementations. The previous performance test was truncated a bit as it compared directly with the git hash_object wr…
Show description for 47f14d5
Byron
committed
47f14d5
View commit details
Copy full SHA for 47f14d5
View code at this point
Browse repository at this point
Added PackedDB test with generalized type to allows other implementations to be tested as well at some point
Byron
committed
155158e
View commit details
Copy full SHA for 155158e
View code at this point
Browse repository at this point
Fixed packed ODB test, in preparation for separating the type to allow future implementations to use the test as well
Byron
committed
d103257
View commit details
Copy full SHA for d103257
View code at this point
Browse repository at this point
Fixed odb performance tests
Byron
committed
5426890
View commit details
Copy full SHA for 5426890
View code at this point
Browse repository at this point
Commits on May 6, 2011
Started to fix imports - tests still have no chance to work as database changed drastically. Now the actual work begins
Byron
committed
7ae36c3
View commit details
Copy full SHA for 7ae36c3
View code at this point
Browse repository at this point
replaced all gitdb strings with git
Byron
committed
acf5e6e
View commit details
Copy full SHA for acf5e6e
View code at this point
Browse repository at this point
Commits on May 5, 2011
Added all code from gitdb to gitpython. Next is to make it generally work. Then the tests will need some work
Byron
committed
4177eef
View commit details
Copy full SHA for 4177eef
View code at this point
Browse repository at this point
Commits on Nov 25, 2010
Moved everything into the git subdirectory - some tests still need to be adjusted
Byron
committed
cb68eef
View commit details
Copy full SHA for cb68eef
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.