Home
last modified time | relevance | path

Searched refs:nopatch_res (Results 1 – 1 of 1) sorted by relevance

/external/v8/tools/perf/
Dstatistics-for-json.R43 nopatch_res <- as.integer(nopatch$traces[[i]]$results) globalVar
45 if (length(nopatch_res) > 0) {
47 nopatch_norm <- shapiro.test(nopatch_res);
69 hist <- ggplot(data=data.frame(x=as.integer(nopatch_res)), aes(x)) +
78 mww <- wilcox.test(patch_res, nopatch_res, conf.int = TRUE, exact=TRUE)
88 t <- t.test(patch_res, nopatch_res, paired=FALSE)