Skip to content

Commit

Permalink
remove terribly outdated benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
MestreLion authored Nov 28, 2019
1 parent bee27af commit cbca43e
Showing 1 changed file with 1 addition and 50 deletions.
51 changes: 1 addition & 50 deletions git-restore-mtime
Original file line number Diff line number Diff line change
Expand Up @@ -427,53 +427,4 @@ if errors: log.info("{:13,} file update errors".format(errors))
log.info("{:13,} files updated".format(touches))

if args.test:
log.info("TEST RUN - No files modified!")

# Statistics for some large projects

#bash
# 0.27 seconds
# 5,750 log lines processed
# 62 commits evaluated
# 1,155 updated files

#git
# 3.71 seconds
# 96,702 log lines processed
# 24,217 commits evaluated
# 2,495 updated files

#git (--merge)
# 0.19 seconds
# 2,586 log lines processed
# 3 commits evaluated
# 2,495 updated files

#wine
# 13.53 seconds
# 443,979 log lines processed
# 91,703 commits evaluated
# 6,005 updated files

#linux kernel
# 59.11 seconds
# 1,484,567 log lines processed
# 313,164 commits evaluated
# 40,902 updated files

#linux kernel (--skip-missing)
#WARNING: not found in log: arch/arm/mach-sa1100/include/mach/reset.h
#WARNING: not found in log: lib/raid6/unroll.awk
#Statistics:
# 51.88 seconds
# 1,484,558 log lines processed
# 313,161 commits evaluated
# 40,902 total files
# 2 missing files
# 40,900 updated files

#linux kernel (--merge)
# 501.17 seconds
# 34,495,300 log lines processed
# 238,711 commits evaluated
# 40,902 updated files
log.info("TEST RUN - No files modified!")

0 comments on commit cbca43e

Please sign in to comment.