Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
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.1.0
pts/git-1.1.0
- 10 April 2020 -
Add git-grep threaded to the benchmark for something more enduring.
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 log --author \"Matt\" --shortstat git --no-pager grep --color=never --extended-regexp --threads=\$NUM_CPU_CORES '(static|extern) (int|double) \*' git --version > ~/install-footnote" > git chmod +x git
install_windows.sh
#!/bin/sh rm -rf gtk /cygdrive/c/Program\ Files/Git/cmd/git clone https://github.com/michaellarabel/gtk /cygdrive/c/Program\ Files/Git/cmd/git --version > ~/install-footnote echo "#!/bin/sh cd git-target /cygdrive/c/Program\ Files/Git/cmd/git log --since=2002-01-01 --until=2018-01-01 --oneline > 1.txt /cygdrive/c/Program\ Files/Git/cmd/git diff --shortstat 2.24.0 3.93.0 /cygdrive/c/Program\ Files/Git/cmd/git checkout -b new_branch /cygdrive/c/Program\ Files/Git/cmd/git config user.name \"Phoronix Test Suite\" /cygdrive/c/Program\ Files/Git/cmd/git config --global user.email nowhere@example.com mv gsk gsk2 /cygdrive/c/Program\ Files/Git/cmd/git add . /cygdrive/c/Program\ Files/Git/cmd/git commit -a -m \"Changed directory\" /cygdrive/c/Program\ Files/Git/cmd/git checkout master /cygdrive/c/Program\ Files/Git/cmd/git merge new_branch /cygdrive/c/Program\ Files/Git/cmd/git checkout 3.22.11 /cygdrive/c/Program\ Files/Git/cmd/git blame gtk/gtkaccelmap.c /cygdrive/c/Program\ Files/Git/cmd/git diff --stat origin/master /cygdrive/c/Program\ Files/Git/cmd/git log --grep \"x11\" --author \"Matthias Clasen\" --shortstat /cygdrive/c/Program\ Files/Git/cmd/git log --author \"Matt\" --shortstat /cygdrive/c/Program\ Files/Git/cmd/git --no-pager grep --color=never --extended-regexp --threads=\$NUM_CPU_CORES '(static|extern) (int|double) \*' /cygdrive/c/Program\ Files/Git/cmd/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 v9.6.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m2--> <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.1.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>git</ExternalDependencies> <RequiresInternet>TRUE</RequiresInternet> <EnvironmentTestingSize>523</EnvironmentTestingSize> <ProjectURL>https://git-scm.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>