Skip to content

Commit 14ca2bb

Browse files
committed
Version update 0.9.15
Changelist: - Enable feature that disable EEE before test execution - Change command from lscpu to nproc to get CPU count - Make plot persist after tsq1a exits - Update liveplot to use replot Signed-off-by: Looi, Hong Aun <[email protected]>
1 parent 04588cb commit 14ca2bb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,9 @@ For prior version, please refer to the tag commit message. Sorry guys.
129129
- Add iperf3 and linuxptp debian packages as dependencies on package_installer.sh
130130
- Added ethtool, iproute2 and ubuntu RT dependencies with links to required patches in README.md
131131
- Added note clarifying the usage of <PLAT> command line argument in README_json.md
132+
133+
## [0.9.15] - 2025-01-10
134+
- Enable feature that disable EEE before test execution
135+
- Change command from lscpu to nproc to get CPU count
136+
- Make plot persist after tsq1a exits
137+
- Update liveplot to use replot

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set -a # enable variable export
3434
RUNSH_DEBUG_MODE="YES"
3535
RUNSH_QDISC_DEBUG_MODE="NO"
3636
RUNSH_RESULT_DEBUG_MODE="NO"
37-
TSNREFSW_PACKAGE_VERSION="v0.9.14"
37+
TSNREFSW_PACKAGE_VERSION="v0.9.15"
3838

3939
main() {
4040
#if [ $USER != "root" ]; then

0 commit comments

Comments
 (0)