Commit Graph

  • 2a7e6f4092 Version bump to v0.4.1 master v0.4.1 gballan 2025-01-16 17:31:24 -05:00
  • baf8630832 Added benchmarks for CPU and memory gballan 2025-01-16 17:31:01 -05:00
  • 000a33cfe4 Updating version of Rust used to build gballan 2025-01-16 17:21:02 -05:00
  • a6f6994c2b Added runtime req for iperf3 Gregory Ballantine 2024-01-28 19:59:31 -05:00
  • a4e0f27ddb Version bump to v0.4.0 v0.4.0 gballan 2022-09-05 13:06:02 -04:00
  • f9de9ef93c Renamed the 'ping' test to the 'latency' test to more accurately reflect the test; Added the '-i' flag to the jitter and latency tests to set the ping interval timing gballan 2022-09-05 13:05:32 -04:00
  • 3169c11cc5 Version bump to v0.3.3 v0.3.3 gballan 2022-09-05 12:31:47 -04:00
  • d4d3e37e8d Completed the network bandwidth test function using iperf3; adjusted Cargo.toml a bit to allow patch updates for dependencies gballan 2022-09-05 12:31:18 -04:00
  • 7b7150886a Made the Steam game download function work for both Windows and Linux gballan 2022-08-22 13:47:49 -04:00
  • 4aa3eddc91 Added scaffolding for a few game benchmarks - they currently just make sure the game is installed via Steam, nothing else gballan 2022-08-22 13:45:16 -04:00
  • 8a7d8c1860 Version bump to v0.3.2 v0.3.2 gballan 2022-08-17 18:49:12 -04:00
  • 39ce86d2c3 Fixed the network ping and jitter tests to run on Windows gballan 2022-08-17 18:48:07 -04:00
  • 88be1ad2ba Added the scaffolding for the jitter test. Now just need to perform the proper calculations. gballan 2022-08-17 18:39:53 -04:00
  • 7555a2a3a7 Version bump to v0.3.1 v0.3.1 gballan 2022-08-17 18:05:41 -04:00
  • 9cd88d923d Changed the parameter for the network ping test gballan 2022-08-17 18:03:48 -04:00
  • 6fdc52b320 Updated the network bandwidth arguments to be more consistent with the disk command arguments gballan 2022-08-17 18:01:14 -04:00
  • f9ca8beaad Fixed the tempfile flags for some of the disk commands gballan 2022-08-17 17:58:04 -04:00
  • 132a0ee501 Added a runtime parameter to the CPU stress test to automatically limit how long it runs gballan 2022-08-17 15:28:11 -04:00
  • 360ef2f959 Version bump to v0.3.0 v0.3.0 gballan 2022-08-07 10:19:02 -04:00
  • 0f887d0c76 Added a new CPU test suite with a CPU stress test tool. gballan 2022-08-07 10:18:30 -04:00
  • 983b1cbeef Renamed the 'tests' module to 'benchmarks' to better reflect what's in that module gballan 2022-08-07 09:39:26 -04:00
  • d967fc0920 Added a function for truncating output gballan 2022-08-07 09:37:33 -04:00
  • beffae7cd4 Version bump to v0.2.4 v0.2.4 gballan 2022-08-06 17:31:27 -04:00
  • 477ad7482a Added a global parameter to loop tests gballan 2022-08-06 17:31:02 -04:00
  • 833c71bed5 Version bump to v0.2.3 v0.2.3 gballan 2022-08-06 01:54:37 -04:00
  • 182d9b3cb4 Added package info for packaging gballan 2022-08-06 01:54:17 -04:00
  • 94218af170 Version bump to v0.2.0 v0.2.2 gballan 2022-08-06 01:27:38 -04:00
  • 9856c59da9 Replaced dd with fio in the disk write subcommand; added subcommand for disk random writes gballan 2022-08-06 01:27:15 -04:00
  • e41a4dfffb Updated the disk read test to use fio instead of dd; added new test for 4k random reads (previous test was for sequential reads) gballan 2022-08-06 01:10:13 -04:00
  • 6f86266dee Updated README gballan 2022-08-05 21:47:42 -04:00
  • e39b78d5d7 Version bump to v0.2.1 v0.2.1 gballan 2022-08-05 21:37:29 -04:00
  • be549808b5 Added a disk benchmark test for sequential reads gballan 2022-08-05 21:37:15 -04:00
  • 1c56e43de8 Version bump to v0.2.0 v0.2.0 gballan 2022-08-05 20:58:55 -04:00
  • dbd1068cc5 Consolidated the test programs into one 'bgbench' program gballan 2022-08-05 20:58:24 -04:00
  • 2cb744d654 Added count argument to the Ping nettest subcommand; added short flags to nettest gballan 2022-08-05 18:22:08 -04:00
  • 784f64ca16 Added Woodpecker build infop v0.1.0 gballan 2022-08-05 17:45:52 -04:00
  • 1ff6b671eb Updated the README; added copyright info to LICENSE file gballan 2022-08-05 17:29:05 -04:00
  • 33e540add4 Fixed a small logic error; Updated Rust version to build against in the Docker build script rust gballan 2022-08-05 13:48:24 -04:00
  • 90f679c366 Added result logging functionality (#2) go gballan 2022-02-26 20:48:37 -05:00
  • 7a8503ed3e Fixed binary file names in releases gballan 2022-02-26 00:46:02 -05:00
  • 9dc39dbe53 Updated Woodpecker config to do better release binaries gballan 2022-02-26 00:41:32 -05:00
  • 1b9e8b5a44 Added version to base command gballan 2022-02-26 00:23:58 -05:00
  • 4396c7a07f Added a general network test command using speedtest.net API gballan 2022-02-26 00:18:48 -05:00
  • f3cc52c90e Added new disk subcommand that tests disk speed. gballan 2022-02-25 23:09:56 -05:00
  • fdfc1ac3b1 Updated Woodpecker config to create releases for tags gballan 2022-02-25 22:33:25 -05:00
  • cb0420f77d Added initial command structure; added ping network test command gballan 2022-02-25 21:49:09 -05:00
  • 68dd24518d Updated Woodpecker config gballan 2022-02-25 21:47:51 -05:00
  • b691b84399 Added Woodpecker CI config gballan 2022-02-25 21:46:53 -05:00
  • a1765c018e Initialized Go project structure gballan 2022-02-25 20:10:55 -05:00
  • a315e2662c Merge pull request 'network-bandwidth-short' (#1) from network-bandwidth-short into master gballan 2022-02-25 18:08:12 -05:00
  • 9000924590 Mostly completed the bandwidth test gballan 2022-02-25 18:06:07 -05:00
  • a9b1ffa614 Added script to compile the program through Docker gballan 2022-02-25 16:23:18 -05:00
  • b1255c451e Created a nettest app with a ping test gballan 2022-02-24 23:02:54 -05:00
  • 04ebc2290f Added a simple program that tests a disk's write speed gballan 2022-02-24 20:46:54 -05:00
  • 002fb2fc88 Initial commit gballan 2022-02-24 20:11:37 -05:00