[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/elisp-benchmarks 1675aa61b84 32/54: ; * benchmarks/pack-unpack.e
From: |
Pip Cet |
Subject: |
scratch/elisp-benchmarks 1675aa61b84 32/54: ; * benchmarks/pack-unpack.el: Remove unnecessary newlines. |
Date: |
Mon, 30 Dec 2024 22:40:43 -0500 (EST) |
branch: scratch/elisp-benchmarks
commit 1675aa61b84b957fda305368adf4d1c2426b7733
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>
; * benchmarks/pack-unpack.el: Remove unnecessary newlines.
---
elisp-benchmarks/benchmarks/pack-unpack.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/elisp-benchmarks/benchmarks/pack-unpack.el
b/elisp-benchmarks/benchmarks/pack-unpack.el
index 85aa2caa6da..d05571e4568 100644
--- a/elisp-benchmarks/benchmarks/pack-unpack.el
+++ b/elisp-benchmarks/benchmarks/pack-unpack.el
@@ -63,7 +63,6 @@
(data vec length)
(_ align 4)))
-
(defconst packet-bindat-type
(bindat-type
(header type header-bindat-type)
@@ -123,7 +122,5 @@
(bindat-unpack packet-bindat-spec
(bindat-pack packet-bindat-spec struct-bindat))))
-
-
(provide 'benchmarks/pack-unpack)
;;; benchmarks/pack-unpack.el ends here
- scratch/elisp-benchmarks 46d7b2fcc6a 29/54: * benchmarks/pack-unpack.el: New file., (continued)
- scratch/elisp-benchmarks 46d7b2fcc6a 29/54: * benchmarks/pack-unpack.el: New file., Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 72ffc80202f 23/54: Make `comp-speed' explicit in each benchmark, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks fc30f892922 30/54: * elisp-benchmarks.el : Rename feature nativecomp -> feature-nativecompile, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks fc96f951783 31/54: * Rename comp-speed -> native-comp-speed + bump new version, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks f5a7f266b7a 26/54: Make `comp-speed' controllable through a customize, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 09b68bdaabf 41/54: * elisp-benchmarks.el: Bump version, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks ffe5fd6b642 40/54: * benchmarks/elb-scroll.el (elb-scroll-entry): Load native code when available, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 5c15316e5e4 39/54: * benchmarks/elb-scroll.el: New benchmark, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 472cb38e582 44/54: ; * elisp-benchmarks.el: Update my mail, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 05079cd8174 50/54: elisp-benchmarks.el: Compact output and support setup code, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 1675aa61b84 32/54: ; * benchmarks/pack-unpack.el: Remove unnecessary newlines.,
Pip Cet <=
- scratch/elisp-benchmarks 8d62f921433 51/54: elisp-benchmarks.el: Fix regression in output format, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 0b955aeabbc 45/54: ; * elisp-benchmarks.el: Update copyright year, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 5d3a6564227 53/54: Add "make elisp-benchmarks" target, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks b4b10726cda 54/54: New script to import an elpa module, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 81cd14929b9 12/54: * Use the Emacs native compiler if available, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 6326535d976 22/54: * Fix for new `native-compile' interface and bump new version, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks c171f1b8144 33/54: * elisp-benchmarks.el (elisp-benchmarks-run): Fix for non-native emacs, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 400690828d1 52/54: Add "elisp-benchmarks" package from ELPA, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 17c6be0ee5c 19/54: * benchmarks/pcase.el: Don't hide the real `pcase.el`, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 49619b889c0 28/54: * elisp-benchmarks.el: Bump new version., Pip Cet, 2024/12/30