go back to iso8859-15
authorLaurent MAZET <laurent.mazet@thalesgroup.com>
Thu, 23 Oct 2025 15:33:38 +0000 (17:33 +0200)
committerLaurent MAZET <laurent.mazet@thalesgroup.com>
Thu, 23 Oct 2025 15:33:38 +0000 (17:33 +0200)
gettable.awk

index 943b5c087727e846b15f15d1ae90e8d4afcd6b41..9f4c99cf4949e10762c555f9d0cf6bf4f78b547c 100755 (executable)
@@ -3,7 +3,7 @@
 BEGIN {
     OFS=","
     if (!nohead) {
-        print "Test", "Dedicated core(s)", "Load (%)", "Minimum (µs)", "Average (µs)", "Maximum (µs)", "Standard Dev. (µs)", "25th % (µs)", "Median (µs)", "75th % (µs)", "99th % (µs)"
+        print "Test", "Dedicated core(s)", "Load (%)", "Minimum (µs)", "Average (µs)", "Maximum (µs)", "Standard Dev. (µs)", "25th % (µs)", "Median (µs)", "75th % (µs)", "99th % (µs)"
     }
 }