diff options
author | mef <mef@pkgsrc.org> | 2022-05-30 15:06:00 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2022-05-30 15:06:00 +0000 |
commit | 03efc58ae5afa566dd88a859f1843d645411977a (patch) | |
tree | 709726be2c3dbd6e85c7cba9bb95274444f3974f /benchmarks | |
parent | 3ccea1e76d3a7cb322f7a1c1c22185342eeaaadb (diff) | |
download | pkgsrc-03efc58ae5afa566dd88a859f1843d645411977a.tar.gz |
Added benchmarks/R-bench version 1.1.2
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index c30f8d94e6d..94a0950dcb1 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.59 2022/05/30 14:59:16 mef Exp $ +# $NetBSD: Makefile,v 1.60 2022/05/30 15:06:00 mef Exp $ # COMMENT= Benchmarking tools +SUBDIR+= R-bench SUBDIR+= R-microbenchmark SUBDIR+= R-profmem SUBDIR+= R-rbenchmark |