https://github.com/byron/benchmarksgame-cvs-mirror
A git mirror of the benchmarksgame cvs repository
https://github.com/byron/benchmarksgame-cvs-mirror
Last synced: 12 months ago
JSON representation
A git mirror of the benchmarksgame cvs repository
- Host: GitHub
- URL: https://github.com/byron/benchmarksgame-cvs-mirror
- Owner: Byron
- License: other
- Created: 2015-12-30T11:26:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T23:14:53.000Z (about 8 years ago)
- Last Synced: 2025-02-28T08:46:00.749Z (over 1 year ago)
- Language: Java
- Homepage: http://benchmarksgame.alioth.debian.org
- Size: 3.5 MB
- Stars: 18
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
# The Computer Language Benchmarks Game
# $Id: README,v 1.6 2013/07/10 17:20:38 igouy-guest Exp $
benchmarksgame-scm-latest.tar.gz - April 2013
AUDIENCE
Someone who just downloaded the project CVS tarball
WHAT YOU GOT
1) benchmarksgame/bench
The actual program source code for programs currently shown on the
benchmarks game website.
2) benchmarksgame/bencher
Python scripts to make repeated measurements of your standalone programs.
TO REPLICATE SOME OF THE BENCHMARKSGAME:
Pick and choose which programs to copy/link from benchmarksgame/bench.
Pick and choose which settings to copy from nanobench/makefiles.
3) benchmarksgame/nanobench
The old Python scripts used to make the benchmarks game measurements.
The actual settings used to make the benchmarks game measurements.
4) benchmarksgame/website
The actual PHP scripts and configuration used to generate the benchmarks
game website.