[latex3-commits] [git/LaTeX3-latex3-latex3] master: Move l3benchmark to l3experimental area (fcf0428)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Oct 25 11:50:43 CEST 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/fcf04283fbdd48350567c02cd67202daf5a15972

>---------------------------------------------------------------

commit fcf04283fbdd48350567c02cd67202daf5a15972
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Oct 25 10:50:43 2018 +0100

    Move l3benchmark to l3experimental area


>---------------------------------------------------------------

fcf04283fbdd48350567c02cd67202daf5a15972
 l3experimental/CHANGELOG.md                                      |    4 ++++
 l3experimental/README.md                                         |    6 ++++++
 {l3trial => l3experimental}/l3benchmark/build.lua                |    2 +-
 {l3trial => l3experimental}/l3benchmark/l3benchmark.dtx          |    2 +-
 {l3trial => l3experimental}/l3benchmark/l3benchmark.ins          |    6 +++---
 .../l3benchmark/testfiles/m3benchmark000.lvt                     |    0
 .../l3benchmark/testfiles/m3benchmark000.tlg                     |    0
 .../l3benchmark/testfiles/m3benchmark000.xetex.tlg               |    0
 .../l3benchmark/testfiles/m3benchmark001.lvt                     |    0
 .../l3benchmark/testfiles/m3benchmark001.tlg                     |    0
 .../l3benchmark/testfiles/m3benchmark001.xetex.tlg               |    0
 11 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/l3experimental/CHANGELOG.md b/l3experimental/CHANGELOG.md
index 288819e..7f51fb8 100644
--- a/l3experimental/CHANGELOG.md
+++ b/l3experimental/CHANGELOG.md
@@ -7,6 +7,10 @@ this project uses date-based 'snapshot' version identifiers.
 
 ## [Unreleased]
 
+### Added
+
+- New module `l3benchmark`
+
 ## [2018-08-24]
 
 ### Fixed
diff --git a/l3experimental/README.md b/l3experimental/README.md
index 70dcebf..1308e1c 100644
--- a/l3experimental/README.md
+++ b/l3experimental/README.md
@@ -21,6 +21,7 @@ updated at the same time.
 
 Currently included in the CTAN release of l3experimental are the following
 bundles:
+* `l3benchmark`
 * `l3color`
 * `l3draw`
 * `l3str`
@@ -29,6 +30,11 @@ bundles:
 * `xgalley`
 * `xmarks`
 
+`l3benchmark`
+-------------
+
+This module provides support for benchmarking the performance of code.
+
 `l3color`
 ---------
 
diff --git a/l3trial/l3benchmark/build.lua b/l3experimental/l3benchmark/build.lua
similarity index 94%
rename from l3trial/l3benchmark/build.lua
rename to l3experimental/l3benchmark/build.lua
index 6ec9b41..029524e 100644
--- a/l3trial/l3benchmark/build.lua
+++ b/l3experimental/l3benchmark/build.lua
@@ -4,7 +4,7 @@
 
 -- Identify the bundle and module: the module may be empty in the case where
 -- there is no subdivision
-bundle = "l3trial"
+bundle = "l3experimental"
 module = "l3benchmark"
 
 -- Location of main directory: use Unix-style path separators
diff --git a/l3trial/l3benchmark/l3benchmark.dtx b/l3experimental/l3benchmark/l3benchmark.dtx
similarity index 99%
rename from l3trial/l3benchmark/l3benchmark.dtx
rename to l3experimental/l3benchmark/l3benchmark.dtx
index 421b335..94e33f7 100644
--- a/l3trial/l3benchmark/l3benchmark.dtx
+++ b/l3experimental/l3benchmark/l3benchmark.dtx
@@ -9,7 +9,7 @@
 %
 %    http://www.latex-project.org/lppl.txt
 %
-% This file is part of the "l3trial bundle" (The Work in LPPL)
+% This file is part of the "l3experimental bundle" (The Work in LPPL)
 % and all files in that bundle must be distributed together.
 %
 % -----------------------------------------------------------------------
diff --git a/l3trial/l3benchmark/l3benchmark.ins b/l3experimental/l3benchmark/l3benchmark.ins
similarity index 90%
rename from l3trial/l3benchmark/l3benchmark.ins
rename to l3experimental/l3benchmark/l3benchmark.ins
index a8e4adb..f3892ae 100644
--- a/l3trial/l3benchmark/l3benchmark.ins
+++ b/l3experimental/l3benchmark/l3benchmark.ins
@@ -9,7 +9,7 @@ of this license is in the file
 
    http://www.latex-project.org/lppl.txt
 
-This file is part of the "l3trial bundle" (The Work in LPPL)
+This file is part of the "l3experimental bundle" (The Work in LPPL)
 and all files in that bundle must be distributed together.
 
 -----------------------------------------------------------------------
@@ -41,7 +41,7 @@ version of this license is in the file:
 
    http://www.latex-project.org/lppl.txt
 
-This file is part of the "l3trial bundle" (The Work in LPPL)
+This file is part of the "l3experimental bundle" (The Work in LPPL)
 and all files in that bundle must be distributed together.
 
 \endpreamble
@@ -67,7 +67,7 @@ version of this license is in the file:
 
    https://www.latex-project.org/lppl.txt
 
-This file is part of the "l3trial bundle" (The Work in LPPL)
+This file is part of the "l3experimental bundle" (The Work in LPPL)
 and all files in that bundle must be distributed together.
 
 \endpreamble
diff --git a/l3trial/l3benchmark/testfiles/m3benchmark000.lvt b/l3experimental/l3benchmark/testfiles/m3benchmark000.lvt
similarity index 100%
rename from l3trial/l3benchmark/testfiles/m3benchmark000.lvt
rename to l3experimental/l3benchmark/testfiles/m3benchmark000.lvt
diff --git a/l3trial/l3benchmark/testfiles/m3benchmark000.tlg b/l3experimental/l3benchmark/testfiles/m3benchmark000.tlg
similarity index 100%
rename from l3trial/l3benchmark/testfiles/m3benchmark000.tlg
rename to l3experimental/l3benchmark/testfiles/m3benchmark000.tlg
diff --git a/l3trial/l3benchmark/testfiles/m3benchmark000.xetex.tlg b/l3experimental/l3benchmark/testfiles/m3benchmark000.xetex.tlg
similarity index 100%
rename from l3trial/l3benchmark/testfiles/m3benchmark000.xetex.tlg
rename to l3experimental/l3benchmark/testfiles/m3benchmark000.xetex.tlg
diff --git a/l3trial/l3benchmark/testfiles/m3benchmark001.lvt b/l3experimental/l3benchmark/testfiles/m3benchmark001.lvt
similarity index 100%
rename from l3trial/l3benchmark/testfiles/m3benchmark001.lvt
rename to l3experimental/l3benchmark/testfiles/m3benchmark001.lvt
diff --git a/l3trial/l3benchmark/testfiles/m3benchmark001.tlg b/l3experimental/l3benchmark/testfiles/m3benchmark001.tlg
similarity index 100%
rename from l3trial/l3benchmark/testfiles/m3benchmark001.tlg
rename to l3experimental/l3benchmark/testfiles/m3benchmark001.tlg
diff --git a/l3trial/l3benchmark/testfiles/m3benchmark001.xetex.tlg b/l3experimental/l3benchmark/testfiles/m3benchmark001.xetex.tlg
similarity index 100%
rename from l3trial/l3benchmark/testfiles/m3benchmark001.xetex.tlg
rename to l3experimental/l3benchmark/testfiles/m3benchmark001.xetex.tlg





More information about the latex3-commits mailing list