From 3220620b25bc4195c491286143784f3c795e14d1 Mon Sep 17 00:00:00 2001 From: nagarjunguthibabu <167307545+nagarjunguthibabu@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:15:46 +0100 Subject: [PATCH] Update Perf-measure.Rmd --- Perf-measure.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Perf-measure.Rmd b/Perf-measure.Rmd index 10d5742f9..37a9d9f58 100644 --- a/Perf-measure.Rmd +++ b/Perf-measure.Rmd @@ -5,7 +5,7 @@ source("common.R") num <- function(x) format(round(x), big.mark = ",", scientific = FALSE) -ns <- function(x) paste0(num(round(unclass(x) * 1e9, -1)), " ns") +ns <- function(x) paste0(num(round(unclass(x) * 1e9, -1)), " ns")fdgjbfgb ``` ## Introduction