Index: benchmark/io/http/protocol.cfa
===================================================================
--- benchmark/io/http/protocol.cfa	(revision 6528d75a436890c179cbd603e9ed3f6828339e42)
+++ benchmark/io/http/protocol.cfa	(revision e54d0c3b39cf17fa942d08e6d8a947f001db48d9)
@@ -228,5 +228,5 @@
 
 		char buff[100];
-		Time now = timeNsec();
+		Time now = timeHiRes();
 		strftime( buff, 100, "%a, %d %b %Y %H:%M:%S %Z", now );
 		sout | "Updated date to '" | buff | "'";
Index: benchmark/io/readv-posix.c
===================================================================
--- benchmark/io/readv-posix.c	(revision 6528d75a436890c179cbd603e9ed3f6828339e42)
+++ benchmark/io/readv-posix.c	(revision e54d0c3b39cf17fa942d08e6d8a947f001db48d9)
@@ -111,5 +111,5 @@
 				printf("Starting\n");
 				bool is_tty = isatty(STDOUT_FILENO);
-				start = timeNsec();
+				start = timeHiRes();
 				run = true;
 
@@ -118,5 +118,5 @@
 
 				run = false;
-				end = timeNsec();
+				end = timeHiRes();
 				printf("\nDone\n");
 
Index: benchmark/io/readv.cfa
===================================================================
--- benchmark/io/readv.cfa	(revision 6528d75a436890c179cbd603e9ed3f6828339e42)
+++ benchmark/io/readv.cfa	(revision e54d0c3b39cf17fa942d08e6d8a947f001db48d9)
@@ -147,5 +147,5 @@
 				printf("Starting\n");
 				bool is_tty = isatty(STDOUT_FILENO);
-				start = timeNsec();
+				start = timeHiRes();
 				run = true;
 
@@ -156,5 +156,5 @@
 
 				run = false;
-				end = timeNsec();
+				end = timeHiRes();
 				printf("\nDone\n");
 			}
