-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathchangelog.txt
59 lines (57 loc) · 3.3 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
12.16 Fixed:
-p -e now set variables that echo after logging starts...rather than echoing beforehand
version module called after setup so that it is also logged.
email and private currently printed out in setup, can be moved to seperate module if needed.
12.15 Added: 2 flags
-p Private Result, results will not be in the public database
-e Email results, a perfect pairing with private results.
use -e email@email.net
12.14 Fixed: Added better proc/core detection
Added: Rudimentary detection of ARM vs x86
Added: Printes out version of benchmark
12.13 Modified: Modified: Upload script to submit results
strtoll library function is returning zero content length
which makes Curl_readwrite in lib/transfer.c quit.
It works for transfer -encoding type chunked as there it
ignores content length and keep reading so this explains why
it works for few sites and fails for rest. Implemented custom
solution.
12.12 Added: Upload script to submit results
Modified: Renamed script to linux-bench.sh
Fixed: p7zip make command caused p7zip to hang, had a hanging -j
12.11 Modified: Moved all installers into new install routine and localized the install.
Fixed: Redis - cleaned up logic to make it run, reduced iterations to improve speed
Modified: Cleaned up script to toally remove PTS
Created: todo.txt for items to do and changelog.txt to document changes
Fixed: Used a better method to detect Docker
Added: Checks for environment VIRTUAL and if unset, defaults to FALSE. Docker will set to "TRUE"
and users should set to "TRUE" if running virtualized.
Added: detect for missing repos and install for Ubuntu
12.10 Fixed: OpenSSL
Moved: Cleanup functions within each test
Added: time in front of each test
Modified: Cleaned up installers - NAMD, p7zip
12.09 Added: p7zip
12.08 Fixed: Removed PTS from standard run to cover heartbleed bug.
Added: OSSL multi threaded support to replace PTS, lscpu also run without flags.
12.07 Fixed: Detection of lscpu for Ubuntu.
Added: Detect Docker environment to skip updates/installs
12.06 Fixed: redis config in wrong directory.
12.05 Updated: OpenSSL to latest revision free of heartbleed.
12.04 Added: Menu, flags: hVR. Which call: help, Version, Revision History.
12.03 Fixed: broken link to apoa1.tar.gz
12.02 Seperated Benchmark Download from Runtime.
12.01 Fixed: SLES OS detection. Added: revhist, version, modules and a proper header.
12.0 Modularized neatened.
11.0 Deprecated crafty benchmark, too single threaded.
10.0 Added: NAMD benchmark. Updated: STREAM benchmark (non-PTS) (I don't see it changed)
9.0 Nothing according to diff...
Updated: lowered prime problem size for sysbench.
8.0 Added: STREAM, OpenSSL, unzip,crafty benchmarks and lscpu logging.
7.0 Added: root check, removal code for benchmarks. Updated: Debian installation.
6.0 Fixed: Installer. Now redis-server shuts down after benchmarking is complete.
5.0 Fixed: Debian install and redis.
4.0 Fixed: redis-benchmark issue under some OSes and adds a 6379.conf file for the benchmark
3.0 Fixed: OS detection for Ubuntu including development/ daily builds)
2.0 Added: sysbench (CPU test, redis), Removed apt-get spam(1k lines), Added CentOS support
1.0 Intial release.