Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Git 1.0.0
pts/git-1.0.0
- 16 March 2018 -
Initial commit of a benchmark timing common Git SCM commands.
install.sh
#!/bin/sh rm -rf gtk git clone https://github.com/michaellarabel/gtk git --version > ~/install-footnote echo "#!/bin/sh cd git-target git log --since=2002-01-01 --until=2018-01-01 --oneline > 1.txt git diff --shortstat 2.24.0 3.93.0 git checkout -b new_branch git config user.name \"Phoronix Test Suite\" git config --global user.email nowhere@example.com mv gsk gsk2 git add . git commit -a -m \"Changed directory\" git checkout master git merge new_branch git checkout 3.22.11 git blame gtk/gtkaccelmap.c git diff --stat origin/master git log --grep \"x11\" --author \"Matthias Clasen\" --shortstat git --version > ~/install-footnote" > git chmod +x git
interim.sh
#!/bin/sh rm -rf git-target cp -va gtk git-target
post.sh
#!/bin/sh rm -rf git-target
pre.sh
#!/bin/sh rm -rf git-target cp -va gtk git-target
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m1--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m1--> <PhoronixTestSuite> <TestInformation> <Title>Git</Title> <Description>This test measures the time needed to carry out some sample Git operations on an example, static repository that happens to be a copy of the GNOME GTK tool-kit repository.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Complete Common Git Commands</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>git</ExternalDependencies> <EnvironmentTestingSize>523</EnvironmentTestingSize> <ProjectURL>https://git-scm.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>